1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 22:20:59 +01:00

Remove the NIX_GC_SOCKET_PATH environment variable

Not really needed since it's configurable from the config (and people
can always use `$NIX_CONFIG` if they really need to configure it from
the CLI)
This commit is contained in:
Théophane Hufschmitt 2023-06-26 08:58:40 +02:00
parent 19d7d7ac42
commit 65387ad3ea
2 changed files with 3 additions and 1 deletions

View file

@ -96,7 +96,7 @@ public:
Setting<std::string> gcSocketPath {
this,
getEnv("NIX_GC_SOCKET_PATH").value_or("auto"),
"auto",
"gc-socket-path",
"Path to the socket used to communicate with an external GC."
};