diff options
Diffstat (limited to 'distributed/test.sh')
-rwxr-xr-x | distributed/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distributed/test.sh b/distributed/test.sh index 78f83095e820..c91595da0bdb 100755 --- a/distributed/test.sh +++ b/distributed/test.sh @@ -5,7 +5,7 @@ set -e rm -f current-load touch current-load -storeExpr=$(nix-instantiate ~/nixpkgs/pkgs/system/test.nix) +storeExpr=$(nix-instantiate ~/nixpkgs/pkgs/system/all.nix) export NIX_BUILD_HOOK="build-remote.pl" |