lib-tests: Don't depend on /bin/sh
https://hydra.nixos.org/build/70748333
This commit is contained in:
parent
300e272e02
commit
6fcf691545
@ -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)" == "[ ]" ]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user