aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-pack-closure.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/nix-pack-closure.in')
-rw-r--r--scripts/nix-pack-closure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/nix-pack-closure.in b/scripts/nix-pack-closure.in
index 8523c61dc..ccc5f7eb8 100644
--- a/scripts/nix-pack-closure.in
+++ b/scripts/nix-pack-closure.in
@@ -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;