mirror of
https://github.com/NixOS/nix
synced 2025-07-02 13:31:48 +02:00
Update the variable name accordingly
This commit is contained in:
parent
4e1a04733d
commit
f80ffeb8c9
3 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ Settings::Settings()
|
|||
{
|
||||
buildUsersGroup = getuid() == 0 ? "nixbld" : "";
|
||||
lockCPU = getEnv("NIX_AFFINITY_HACK") == "1";
|
||||
ignoreSymlinkStore = getEnv("NIX_IGNORE_SYMLINK_STORE") == "1";
|
||||
allowSymlinkedStore = getEnv("NIX_IGNORE_SYMLINK_STORE") == "1";
|
||||
|
||||
caFile = getEnv("NIX_SSL_CERT_FILE").value_or(getEnv("SSL_CERT_FILE").value_or(""));
|
||||
if (caFile == "") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue