about summary refs log tree commit diff
path: root/distributed/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distributed/test.sh')
-rwxr-xr-xdistributed/test.sh2
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"