This website requires JavaScript.
Explore
Help
Sign in
TakeV
/
guix
Watch
1
Star
0
Fork
You've already forked guix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
c60d796f04
guix
/
tests
/
lang
/
eval-okay-attrs3.exp
2 lines
29 B
Text
Raw
Normal View
History
Unescape
Escape
* Some syntactic sugar for attribute sets: allow {x.y.z = ...;} as a shorthand for {x = {y = {z = ...;};};}. This is especially useful for NixOS configuration files, e.g. { services = { sshd = { enable = true; port = 2022; }; }; } can now be written as { services.sshd.enable = true; services.sshd.port = 2022; } However, it is currently not permitted to write { services.sshd = {enable = true;}; services.sshd.port = 2022; } as this is considered a duplicate definition of `services.sshd'.
2009-05-15 12:35:23 +00:00
Str("foo 22 80 itchyxac",[])
Reference in a new issue
Copy permalink