forked from lix-project/lix
* Synchronous nix-pull' with
nix-push'.
* Use curl instead of wget.
This commit is contained in:
parent
16f9b133ec
commit
9a404e45c9
|
@ -64,7 +64,7 @@ $fullexpr .= "]";
|
|||
|
||||
|
||||
# Instantiate store expressions from the Nix expressions we created above.
|
||||
print STDERR "instantiating Nix expression...\n";
|
||||
print STDERR "instantiating store expressions...\n";
|
||||
my $pid = open2(\*READ, \*WRITE, "nix-instantiate -") or die "cannot run nix-instantiate";
|
||||
|
||||
print WRITE $fullexpr;
|
||||
|
|
Loading…
Reference in a new issue