[Nix-dev] Re: [Nix-commits] SVN commit: nix - 15613 - eelco - in nix/trunk: src/libexpr tests/lang
Nicolas Pierron
nicolas.b.pierron at gmail.com
Fri May 15 15:28:47 CEST 2009
Thanks,
On Fri, May 15, 2009 at 14:35, Eelco Dolstra <e.dolstra at tudelft.nl> wrote:
> Log:
> * 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.
This will remove a lot of extra '{ }' for option declarations.
--
Nicolas Pierron
http://www.linkedin.com/in/nicolasbpierron
- If you are doing something twice then you should try to do it once.
More information about the nix-dev
mailing list