guix/doc/manual
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
..
figures
bugs.xml
build-farm.xml
builtins.xml
conf-file.xml doc: Fix typo. 2011-06-30 15:48:40 +00:00
env-common.xml * Document Boehm GC support. 2010-10-29 14:44:02 +00:00
glossary.xml
installation.xml * Fix a bug in the documentation (reported by Olexiy Buyanskyy, 2011-03-15 13:12:59 +00:00
introduction.xml nix manual: fix 'install' -> 'uninstall' in garbage collection section of introduction 2010-10-06 19:04:04 +00:00
Makefile.am
manual.xml * Update date. 2010-08-17 10:06:26 +00:00
nix-build.xml
nix-channel.xml
nix-collect-garbage.xml
nix-copy-closure.xml
nix-env.xml
nix-hash.xml
nix-install-package.xml
nix-instantiate.xml
nix-lang-ref.xml
nix-prefetch-url.xml
nix-pull.xml
nix-push.xml * Typo. 2010-08-16 13:23:45 +00:00
nix-store.xml * Add an operation `nix-store -q --size'. 2010-11-17 12:40:52 +00:00
nix-worker.xml
opt-common-syn.xml Add support for the build-timeout' and --timeout' options. 2011-06-30 15:19:13 +00:00
opt-common.xml Add support for the build-timeout' and --timeout' options. 2011-06-30 15:19:13 +00:00
opt-inst-syn.xml
package-management.xml
quick-start.xml * Don't use smart quotes where normal ASCII quotes are intended. 2010-05-02 21:27:50 +00:00
quote-literals.xsl
release-notes.xml * Allow a default value in attribute selection by writing 2011-07-13 12:19:57 +00:00
schemas.xml
style.css
troubleshooting.xml
writing-nix-expressions.xml