File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ Nix language data types *without functions* work just like their counterparts in
315
315
- List elements are separated by white space.[ ^ list-whitespace ]
316
316
:::
317
317
318
- [ ^ attrnames ] : Details: [ Nix manual - attribute set] ( https://nix.dev/manual/nix/stable/language/values.html#attribute-set )
319
- [ ^ list-whitespace ] : Details: [ Nix manual - list] ( https://nix.dev/manual/nix/stable/language/values.html #list )
318
+ [ ^ attrnames ] : Details: [ Nix manual - attribute set] ( https://nix.dev/manual/nix/stable/language/syntax#attrs-literal )
319
+ [ ^ list-whitespace ] : Details: [ Nix manual - list] ( https://nix.dev/manual/nix/stable/language/syntax #list-literal )
320
320
321
321
(rec-attrset)=
322
322
#### Recursive attribute set ` rec { ... } `
You can’t perform that action at this time.
0 commit comments