stop setting netrc-file
This commit is contained in:
parent
aa4732af7b
commit
d6d6721c16
6 changed files with 95 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -4,6 +4,16 @@
|
|||
|
||||
Changes yet to be released are documented here.
|
||||
|
||||
## v0.3.0
|
||||
|
||||
- Stop setting `nix.settings.netrc-file` from the Home Manager module
|
||||
- Document `netrc_path` in `config.toml` as the path operators should wire into their daemon configuration
|
||||
- Add a module evaluation check to prevent the Home Manager module from reintroducing `nix.settings.netrc-file`
|
||||
|
||||
These changes are made to support both cppnix and detsysnix. The latter has [special requirements][additionalnetrcsources] around the `netrc` files.
|
||||
|
||||
[additionalnetrcsources]: https://docs.determinate.systems/determinate-nix/#additionalnetrcsources
|
||||
|
||||
## v0.2.1
|
||||
|
||||
- Fix netrc parsing for one-line entries such as `machine ... login ... password ...`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue