mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 14:01:05 +01:00
Merge pull request #14759 from NixOS/fix-netrc-path
globals: Fix netrc-file default value
This commit is contained in:
commit
3e832b61ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1143,7 +1143,7 @@ public:
|
||||||
|
|
||||||
Setting<std::string> netrcFile{
|
Setting<std::string> netrcFile{
|
||||||
this,
|
this,
|
||||||
fmt("%s/%s", nixConfDir, "netrc"),
|
(nixConfDir / "netrc").string(),
|
||||||
"netrc-file",
|
"netrc-file",
|
||||||
R"(
|
R"(
|
||||||
If set to an absolute path to a `netrc` file, Nix uses the HTTP
|
If set to an absolute path to a `netrc` file, Nix uses the HTTP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue