mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
First attempt at the manifest-less substituter
This commit is contained in:
parent
91b8814f0d
commit
37f7098464
4 changed files with 123 additions and 5 deletions
|
@ -6,6 +6,7 @@ $stateDir = $ENV{"NIX_STATE_DIR"} || "@localstatedir@/nix";
|
|||
$manifestDir = $ENV{"NIX_MANIFESTS_DIR"} || "@localstatedir@/nix/manifests";
|
||||
$logDir = $ENV{"NIX_LOG_DIR"} || "@localstatedir@/log/nix";
|
||||
$confDir = $ENV{"NIX_CONF_DIR"} || "@sysconfdir@/nix";
|
||||
$storeDir = $ENV{"NIX_STORE_DIR"} || "@storedir@";
|
||||
|
||||
$bzip2 = "@bzip2@";
|
||||
$xz = "@xz@";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue