diff options
-rw-r--r-- | scripts/nix-push.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nix-push.in b/scripts/nix-push.in index 6250f8b0a5c9..137e3112b23b 100644 --- a/scripts/nix-push.in +++ b/scripts/nix-push.in @@ -116,9 +116,9 @@ print NIX "]"; close NIX; -# Instantiate store expressions from the Nix expression. +# Instantiate store derivations from the Nix expression. my @storeExprs; -print STDERR "instantiating store expressions...\n"; +print STDERR "instantiating store derivations...\n"; my $pid = open(READ, "$binDir/nix-instantiate $nixExpr|") or die "cannot run nix-instantiate"; while (<READ>) { |