From de012e76e2502cd5513cf7e7417aff6db3951cb2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 30 Dec 2007 23:35:45 +0000 Subject: [PATCH] * Don't use "store expression", it's obsolete. --- scripts/nix-push.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/nix-push.in b/scripts/nix-push.in index 6250f8b0a5..137e3112b2 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 () {