mirror of
https://github.com/NixOS/nix
synced 2025-06-30 03:23:16 +02:00
* Use $(libexecdir) to find find-runtime-roots.pl.
This commit is contained in:
parent
410760c5ab
commit
a4273156c4
5 changed files with 8 additions and 1 deletions
|
@ -10,6 +10,7 @@ string nixLogDir = "/UNINIT";
|
|||
string nixStateDir = "/UNINIT";
|
||||
string nixDBPath = "/UNINIT";
|
||||
string nixConfDir = "/UNINIT";
|
||||
string nixLibexecDir = "/UNINIT";
|
||||
|
||||
bool keepFailed = false;
|
||||
bool keepGoing = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue