From c702dfca3f5a437866faf190ce7b0869fd1058cb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 8 Apr 2005 13:48:41 +0000 Subject: * nix-store: `--substitute' -> `--register-substitutes'. --- scripts/nix-pull.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/nix-pull.in') 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; -- cgit 1.4.1