mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Add @bindir@.
This commit is contained in:
parent
83424eb71b
commit
151f10dbc7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue