1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 07:33:16 +02:00

Remove NIX_LIBEXEC_DIR

This commit is contained in:
Eelco Dolstra 2022-06-22 23:45:36 +02:00
parent d3176ce076
commit 184f4e40de
3 changed files with 0 additions and 5 deletions

View file

@ -79,9 +79,6 @@ public:
/* A list of user configuration files to load. */
std::vector<Path> nixUserConfFiles;
/* The directory where internal helper programs are stored. */
Path nixLibexecDir;
/* The directory where the main programs are stored. */
Path nixBinDir;