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:
parent
19d7d7ac42
commit
65387ad3ea
2 changed files with 3 additions and 1 deletions
|
|
@ -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."
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue