about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-11-03T12·33+0100
committerEelco Dolstra <edolstra@gmail.com>2017-11-03T12·55+0100
commit4dee01da7c7bc5d67dc916f159bfee8a873ac19b (patch)
tree335cc7473215f4833c58a28f6e000026f3c731de /shell.nix
parent0e77aa398240d04e4169208d14ea620b8507b732 (diff)
fetchGit: Add a test
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 02fbd59b12a1..f47952582fce 100644
--- a/shell.nix
+++ b/shell.nix
@@ -25,6 +25,7 @@ with import ./release-common.nix { inherit pkgs; };
       perlPackages.DBDSQLite
 
       # Tests
+      git
       mercurial
     ]
     ++ lib.optional stdenv.isLinux libseccomp;