diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-11-03T12·33+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-11-03T12·55+0100 |
commit | 4dee01da7c7bc5d67dc916f159bfee8a873ac19b (patch) | |
tree | 335cc7473215f4833c58a28f6e000026f3c731de /shell.nix | |
parent | 0e77aa398240d04e4169208d14ea620b8507b732 (diff) |
fetchGit: Add a test
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
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; |