1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

fetchGit: Add a test

This commit is contained in:
Eelco Dolstra 2017-11-03 13:33:50 +01:00
parent 0e77aa3982
commit 4dee01da7c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
6 changed files with 90 additions and 2 deletions

View file

@ -25,6 +25,7 @@ with import ./release-common.nix { inherit pkgs; };
perlPackages.DBDSQLite
# Tests
git
mercurial
]
++ lib.optional stdenv.isLinux libseccomp;