mirror of
https://github.com/NixOS/rfcs.git
synced 2025-11-08 19:46:12 +01:00
Update nix.dev links
Linked content has moved to recipes/best-practices
This commit is contained in:
parent
d86951436b
commit
7dbdd8e98a
1 changed files with 2 additions and 2 deletions
|
|
@ -41,12 +41,12 @@ and reduced evaluation performance [3].
|
|||
* [1] https://github.com/NixOS/nix/issues/490
|
||||
* [2] https://github.com/NixOS/nix/issues/1361
|
||||
* [3] https://github.com/NixOS/nixpkgs/pull/101139
|
||||
* [4] https://nix.dev/anti-patterns/language#with-attrset-expression
|
||||
* [4] https://nix.dev/recipes/best-practices#with-scopes
|
||||
|
||||
Nonetheless, Nix expression authors are subtly guided toward the `with` form
|
||||
because it is (or at least appears) simpler than any existing alternatives.
|
||||
Some alternatives are suggested in
|
||||
https://nix.dev/anti-patterns/language#with-attrset-expression, but as these
|
||||
https://nix.dev/recipes/best-practices#with-scopes, but as these
|
||||
are more verbose and complex than `with`, they are rarely used.
|
||||
|
||||
The goal of this RFC is to provide a similarly-terse alternative which avoids
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue