lib-tests: Don't depend on /bin/sh

https://hydra.nixos.org/build/70748333
This commit is contained in:
Shea Levy
2018-03-08 08:36:35 -05:00
committed by GitHub
parent 300e272e02
commit 6fcf691545

View File

@@ -21,7 +21,7 @@ pkgs.stdenv.mkDerivation {
nix-store --init
cd ${pkgs.path}/lib/tests
./modules.sh
bash ./modules.sh
[[ "$(nix-instantiate --eval --strict misc.nix)" == "[ ]" ]]