* 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;
|
chomp $storeExpr;
|
||||||
|
|
||||||
# Build the resulting derivation.
|
# 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";
|
or die "cannot realise store expression";
|
||||||
chomp $outPath;
|
chomp $outPath;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue