mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00: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
21efcb7b61
commit
bc445dc2b6
@ -126,7 +126,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."
|
||||
};
|
||||
|
@ -1,5 +1,6 @@
|
||||
source ../common.sh
|
||||
|
||||
enableFeatures "external-gc-daemon"
|
||||
echo "gc-socket-path = $NIX_GC_SOCKET_PATH" >> "$NIX_CONF_DIR"/nix.cong
|
||||
|
||||
startGcDaemon
|
||||
|
Loading…
Reference in New Issue
Block a user