forked from lix-project/lix
* Don't force a build of derivations.
This commit is contained in:
parent
db2275cb99
commit
83424eb71b
|
@ -32,8 +32,7 @@ while (@ARGV) {
|
||||||
|
|
||||||
# Get the closure of this path.
|
# Get the closure of this path.
|
||||||
my $pid = open(READ,
|
my $pid = open(READ,
|
||||||
"$binDir/nix-store --query --requisites " .
|
"$binDir/nix-store --query --requisites '$storePath'|") or die;
|
||||||
"--force-realise '$storePath'|") or die;
|
|
||||||
|
|
||||||
while (<READ>) {
|
while (<READ>) {
|
||||||
chomp;
|
chomp;
|
||||||
|
|
Loading…
Reference in a new issue