mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
libstore: Remove lockCPU dead code
Left over from 9747ea84b
, https://github.com/NixOS/nix/pull/5821
This commit is contained in:
parent
2445afd92c
commit
1c0b680ef9
2 changed files with 0 additions and 2 deletions
|
@ -49,7 +49,6 @@ Settings::Settings()
|
|||
, nixDaemonSocketFile(canonPath(getEnvNonEmpty("NIX_DAEMON_SOCKET_PATH").value_or(nixStateDir + DEFAULT_SOCKET_PATH)))
|
||||
{
|
||||
buildUsersGroup = getuid() == 0 ? "nixbld" : "";
|
||||
lockCPU = getEnv("NIX_AFFINITY_HACK") == "1";
|
||||
allowSymlinkedStore = getEnv("NIX_IGNORE_SYMLINK_STORE") == "1";
|
||||
|
||||
auto sslOverride = getEnv("NIX_SSL_CERT_FILE").value_or(getEnv("SSL_CERT_FILE").value_or(""));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue