aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-push.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/nix-push.in')
-rw-r--r--scripts/nix-push.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nix-push.in b/scripts/nix-push.in
index 6250f8b0a..137e3112b 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>) {