Nix/doc/manual
Eelco Dolstra b113edeab7 * A flag `--keep-going / -k' to keep building goals if one fails, as
much as possible.  (This is similar to GNU Make's `-k' flag.)

* Refactoring to implement this: previously we just bombed out when
  a build failed, but now we have to clean up.  In particular this
  means that goals must be freed quickly --- they shouldn't hang
  around until the worker exits.  So the worker now maintains weak
  pointers in order not to prevent garbage collection.

* Documented the `-k' and `-j' flags.
2004-06-25 15:36:09 +00:00
..
bugs.xml * Lots of manual stuff. Reference pages for most Nix commands. 2004-02-10 16:14:47 +00:00
installation.xml * Improvements to profiles. Generations are now per-profile, e.g., 2004-02-06 10:30:20 +00:00
introduction.xml * Manual updates. 2004-01-20 11:49:32 +00:00
Makefile.am * EBNF grammar for the Nix expression language. 2004-04-08 13:31:57 +00:00
manual.xml * EBNF grammar for the Nix expression language. 2004-04-08 13:31:57 +00:00
nix-collect-garbage.xml * Lots of manual stuff. Reference pages for most Nix commands. 2004-02-10 16:14:47 +00:00
nix-env.xml * Lots of manual stuff. Reference pages for most Nix commands. 2004-02-10 16:14:47 +00:00
nix-instantiate.xml * Lots of manual stuff. Reference pages for most Nix commands. 2004-02-10 16:14:47 +00:00
nix-lang-ref.xml * Documented the primops. 2004-04-08 15:51:26 +00:00
nix-prefetch-url.xml * Lots of manual stuff. Reference pages for most Nix commands. 2004-02-10 16:14:47 +00:00
nix-pull.xml * Lots of manual stuff. Reference pages for most Nix commands. 2004-02-10 16:14:47 +00:00
nix-push.xml * Lots of manual stuff. Reference pages for most Nix commands. 2004-02-10 16:14:47 +00:00
nix-store.xml * Sort `nix-env -q' output by derivation name. 2004-02-02 10:51:54 +00:00
opt-common-syn.xml * A flag `--keep-going / -k' to keep building goals if one fails, as 2004-06-25 15:36:09 +00:00
opt-common.xml * A flag `--keep-going / -k' to keep building goals if one fails, as 2004-06-25 15:36:09 +00:00
overview.xml * Lots of manual stuff. Reference pages for most Nix commands. 2004-02-10 16:14:47 +00:00
quick-start.xml * Lots of manual stuff. Reference pages for most Nix commands. 2004-02-10 16:14:47 +00:00
schemas.xml * Oops. 2003-12-21 22:02:58 +00:00
style.css * Documented the primops. 2004-04-08 15:51:26 +00:00
troubleshooting.xml * Manual updates. 2004-01-08 15:01:37 +00:00