* 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.
|
||||
my $pid = open(READ,
|
||||
"$binDir/nix-store --query --requisites " .
|
||||
"--force-realise '$storePath'|") or die;
|
||||
"$binDir/nix-store --query --requisites '$storePath'|") or die;
|
||||
|
||||
while (<READ>) {
|
||||
chomp;
|
||||
|
|
Loading…
Reference in a new issue