fix(3p/nix): install nix_config.h and config.nix
This also installs the rest of corepkgs as a side-effect. Change-Id: I67a42d45793d5e8fdad51c1f306eebf63e9c2868 Reviewed-on: https://cl.tvl.fyi/c/depot/+/548 Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
4ea8cc3730
commit
b99829f142
3 changed files with 21 additions and 12 deletions
12
third_party/nix/corepkgs/config.nix.in
vendored
12
third_party/nix/corepkgs/config.nix.in
vendored
|
@ -11,12 +11,12 @@ in rec {
|
|||
tar = "@tar@";
|
||||
tarFlags = "@tarFlags@";
|
||||
tr = "@tr@";
|
||||
nixBinDir = fromEnv "NIX_BIN_DIR" "@bindir@";
|
||||
nixPrefix = "@prefix@";
|
||||
nixLibexecDir = fromEnv "NIX_LIBEXEC_DIR" "@libexecdir@";
|
||||
nixLocalstateDir = "@localstatedir@";
|
||||
nixSysconfDir = "@sysconfdir@";
|
||||
nixStoreDir = fromEnv "NIX_STORE_DIR" "@storedir@";
|
||||
nixBinDir = fromEnv "NIX_BIN_DIR" "@CMAKE_INSTALL_FULL_BINDIR@";
|
||||
nixPrefix = "@CMAKE_INSTALL_PREFIX@";
|
||||
nixLibexecDir = fromEnv "NIX_LIBEXEC_DIR" "@CMAKE_INSTALL_FULL_LIBEXECDIR@";
|
||||
nixLocalstateDir = "/nix/var";
|
||||
nixSysconfDir = "/etc";
|
||||
nixStoreDir = fromEnv "NIX_STORE_DIR" "/nix/store";
|
||||
|
||||
# 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