diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix index 2b4d0dd201e7..02fbd59b12a1 100644 --- a/shell.nix +++ b/shell.nix @@ -23,6 +23,9 @@ with import ./release-common.nix { inherit pkgs; }; # For nix-perl perl perlPackages.DBDSQLite + + # Tests + mercurial ] ++ lib.optional stdenv.isLinux libseccomp; |