mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 21:41:04 +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{
|
||||
this,
|
||||
fmt("%s/%s", nixConfDir, "netrc"),
|
||||
(nixConfDir / "netrc").string(),
|
||||
"netrc-file",
|
||||
R"(
|
||||
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