This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-11-10 16:26:18 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a2acd23466
nix-super
/
tests
/
lang
/
eval-okay-context.exp
2 lines
32 B
Text
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 14:02:24 +03:00
"foo eval-okay-context.nix bar"
Reference in a new issue
Copy permalink