nix-gh/doc
Eelco Dolstra 0a623a10c7 * Allow a default value in attribute selection by writing
x.y.z or default

  (as originally proposed in
  https://mail.cs.uu.nl/pipermail/nix-dev/2009-September/002989.html).

  For instance, an expression like

    stdenv.lib.attrByPath ["features" "ckSched"] false args

  can now be written as

    args.features.ckSched or false
2011-07-13 12:19:57 +00:00
..
dev * Bumped the version number to 0.11. 2006-10-06 13:45:29 +00:00
manual * Allow a default value in attribute selection by writing 2011-07-13 12:19:57 +00:00
Makefile.am * Generate man pages from the manual. 2003-08-12 13:54:42 +00:00
signing.txt * `nix-store --export --sign': sign the Nix archive using the RSA key 2007-02-21 14:31:42 +00:00