mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
Merge branch 'remove-perl' of https://github.com/shlevy/nix
This commit is contained in:
commit
c0745a2531
16 changed files with 220 additions and 111 deletions
|
@ -14,6 +14,9 @@ in rec {
|
|||
nixBinDir = fromEnv "NIX_BIN_DIR" "@bindir@";
|
||||
nixPrefix = "@prefix@";
|
||||
nixLibexecDir = fromEnv "NIX_LIBEXEC_DIR" "@libexecdir@";
|
||||
nixLocalstateDir = "@localstatedir@";
|
||||
nixSysconfDir = "@sysconfdir@";
|
||||
nixStoreDir = fromEnv "NIX_STORE_DIR" "@storedir@";
|
||||
|
||||
# If Nix is installed in the Nix store, then automatically add it as
|
||||
# a dependency to the core packages. This ensures that they work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue