nix-gh/misc
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
..
emacs * Allow a default value in attribute selection by writing 2011-07-13 12:19:57 +00:00
vim/syntax vim syntax: support for indented strings ('' .. '') 2009-01-28 12:14:53 +00:00
Makefile.am * A Nix mode for Emacs. 2004-06-04 14:31:57 +00:00