forked from lix-project/lix
* Don't use "store expression", it's obsolete.
This commit is contained in:
parent
2196cb67c5
commit
de012e76e2
|
@ -116,9 +116,9 @@ print NIX "]";
|
||||||
close NIX;
|
close NIX;
|
||||||
|
|
||||||
|
|
||||||
# Instantiate store expressions from the Nix expression.
|
# Instantiate store derivations from the Nix expression.
|
||||||
my @storeExprs;
|
my @storeExprs;
|
||||||
print STDERR "instantiating store expressions...\n";
|
print STDERR "instantiating store derivations...\n";
|
||||||
my $pid = open(READ, "$binDir/nix-instantiate $nixExpr|")
|
my $pid = open(READ, "$binDir/nix-instantiate $nixExpr|")
|
||||||
or die "cannot run nix-instantiate";
|
or die "cannot run nix-instantiate";
|
||||||
while (<READ>) {
|
while (<READ>) {
|
||||||
|
|
Loading…
Reference in a new issue