diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-02-01T12·41+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-02-01T12·41+0000 |
commit | 151f10dbc758a8bbc15bd941bd10bfdfe4c925a2 (patch) | |
tree | a3ebc782e7f53b67bf383883c85fd2df7f325918 /scripts/nix-channel.in | |
parent | 83424eb71b2c9656061b01617230e433a4b27d83 (diff) |
* Add @bindir@.
Diffstat (limited to 'scripts/nix-channel.in')
-rw-r--r-- | scripts/nix-channel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in index 42e715605d69..772fb10cfd3c 100644 --- a/scripts/nix-channel.in +++ b/scripts/nix-channel.in @@ -107,7 +107,7 @@ sub update { chomp $storeExpr; # Build the resulting derivation. - my $outPath = `nix-store --add-root '$rootFile' -r '$storeExpr'` + my $outPath = `@bindir@/nix-store --add-root '$rootFile' -r '$storeExpr'` or die "cannot realise store expression"; chomp $outPath; |