diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-07 15:15:16 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-07 15:15:16 +0100 |
| commit | 136966aeac7ac000d5b0aadc689e40a61aa5efd5 (patch) | |
| tree | 4ba20593d500cf1e405db7d1340c0849123f7e0a /run_and_record/.nix | |
| parent | f32687ccab6158e9611007e6fc2d66bf4751e111 (diff) | |
| download | apps-science_tools-136966aeac7ac000d5b0aadc689e40a61aa5efd5.tar.gz | |
Adding git features
Diffstat (limited to 'run_and_record/.nix')
| -rw-r--r-- | run_and_record/.nix/derivation.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_and_record/.nix/derivation.nix b/run_and_record/.nix/derivation.nix index 089c7cb..ed20cbe 100644 --- a/run_and_record/.nix/derivation.nix +++ b/run_and_record/.nix/derivation.nix @@ -1,6 +1,7 @@ { stdenv , scons , forstio +, libgit2 }: stdenv.mkDerivation { @@ -18,6 +19,7 @@ stdenv.mkDerivation { forstio.codec-json forstio.remote forstio.remote-filesystem + libgit2 ]; src = ./..; |
