This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nix
Watch
2
Star
0
Fork
0
You've already forked nix
mirror of
https://github.com/NixOS/nix.git
synced
2024-11-25 16:23:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d002324f1b
nix
/
tests
/
functional
/
lang
/
eval-okay-context.exp
2 lines
32 B
Plaintext
Raw
Normal View
History
Unescape
Escape
* Check for duplicate attribute names / function arguments. `make check' now succeeds :-) * An attribute set such as `{ foo = { enable = true; }; foo.port = 23; }' now parses. It was previously rejected, but I'm too lazy to implement the check. (The only reason to reject it is that the reverse, `{ foo.port = 23; foo = { enable = true; }; }', is rejected, which is kind of ugly.)
2010-04-22 11:02:24 +00:00
"foo eval-okay-context.nix bar"
Reference in New Issue
Copy Permalink