mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
* Don't force a build of derivations.
This commit is contained in:
parent
db2275cb99
commit
83424eb71b
1 changed files with 1 additions and 2 deletions
|
@ -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