add-to-config, about: fix typos #10
Loading…
Reference in a new issue
No description provided.
Delete branch "danderson/lix-website:dave/typos"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -83,7 +83,7 @@ Add the following to any NixOS module in your configuration (e.g. `configuration
```nix
{
nix.settings.extra-substituters = [
I was confused: https://nixos.org/manual/nix/stable/command-ref/conf-file#file-format shows that both
extra-substituters
andsubstituters
work,extra-...
means "append to list instead of replacing"The NixOS module for Nix configuration only defines the non-extra variant, and the normal list merge semantics end up behaving like extra-substituters (with the addition that the nixos module automatically adds cache.nixos.org to the list as well).
So, I think my change does the right thing in the context of the nixos module, by using nixlang's list combination logic rather than deferring to nix.conf load time... But I'm also happy to drop this commit out of the PR if you prefer.
Seems good to me.
8f5ecc070f
to91cc630e23