mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Nix, the purely functional package manager
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. |
||
|---|---|---|
| corepkgs | ||
| doc | ||
| externals | ||
| misc | ||
| scripts | ||
| src | ||
| testpkgs | ||
| tests | ||
| AUTHORS | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| INSTALL | ||
| Makefile.am | ||
| NEWS | ||
| nix.spec.in | ||
| README | ||
| substitute.mk | ||
*** Nix *** For installation and usage instructions, please read the manual, which can be found in `docs/manual/manual.html', and additionally at the Nix website at <http://www.cs.uu.nl/groups/ST/Trace/Nix>.