* Don't use "store expression", it's obsolete.

This commit is contained in:
Eelco Dolstra 2007-12-30 23:35:45 +00:00
parent 2196cb67c5
commit de012e76e2
1 changed files with 2 additions and 2 deletions

View File

@ -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>) {