about summary refs log tree commit diff
path: root/scripts/nix-pull.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-04-08T13·48+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-04-08T13·48+0000
commitc702dfca3f5a437866faf190ce7b0869fd1058cb (patch)
treec9b992046f6f0fd71e5b58a63a52eceb564942eb /scripts/nix-pull.in
parent8b70f138e02d62214715f144b133bf1b981911df (diff)
* nix-store: `--substitute' -> `--register-substitutes'.
Diffstat (limited to 'scripts/nix-pull.in')
-rw-r--r--scripts/nix-pull.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in
index efd0c074fd44..e5c9cac53666 100644
--- a/scripts/nix-pull.in
+++ b/scripts/nix-pull.in
@@ -74,7 +74,7 @@ print "$size store paths in manifest\n";
 # Register all substitutes.
 print STDERR "registering substitutes...\n";
 
-my $pid = open2(\*READ, \*WRITE, "$binDir/nix-store --substitute")
+my $pid = open2(\*READ, \*WRITE, "$binDir/nix-store --register-substitutes")
     or die "cannot run nix-store";
 
 close READ;