diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-08T13·48+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-08T13·48+0000 |
commit | c702dfca3f5a437866faf190ce7b0869fd1058cb (patch) | |
tree | c9b992046f6f0fd71e5b58a63a52eceb564942eb /scripts | |
parent | 8b70f138e02d62214715f144b133bf1b981911df (diff) |
* nix-store: `--substitute' -> `--register-substitutes'.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nix-pull.in | 2 |
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; |