summaryrefslogtreecommitdiff
path: root/run_and_record/.nix
diff options
context:
space:
mode:
Diffstat (limited to 'run_and_record/.nix')
-rw-r--r--run_and_record/.nix/derivation.nix2
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 = ./..;