summary refs log tree commit diff
path: root/lib/tests/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/release.nix')
-rw-r--r--lib/tests/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/release.nix b/lib/tests/release.nix
index a6184041682..9904a25ecc4 100644
--- a/lib/tests/release.nix
+++ b/lib/tests/release.nix
@@ -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)" == "[ ]" ]]