mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* build-remote.pl: drop a hard-coded reference to /nix/etc/nix.
This commit is contained in:
parent
993fa94fb4
commit
ab20af3e6f
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@ $binDir = $ENV{"NIX_BIN_DIR"} || "@bindir@";
|
|||
$libexecDir = $ENV{"NIX_LIBEXEC_DIR"} || "@libexecdir@";
|
||||
$manifestDir = $ENV{"NIX_MANIFESTS_DIR"} || "@localstatedir@/nix/manifests";
|
||||
$logDir = $ENV{"NIX_LOG_DIR"} || "@localstatedir@/log/nix";
|
||||
$confDir = $ENV{"NIX_CONF_DIR"} || "@sysconfdir@/nix";
|
||||
|
||||
$bzip2 = $ENV{"NIX_BZIP2"} || "@bzip2@";
|
||||
$curl = "@curl@";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue