nix/src
Eelco Dolstra aa8fda4b54 * We no longer use nix-populate standalone, rather we use it as a
build action for `system' packages (like system.fix) that have
  dependencies on all packages we want to activate.

  So the command sequence to switch to a new activation configuration
  of the system would be:

    $ fix -i .../fixdescriptors/system.fix
    ...
    system.fix -> 89cf4713b37cc66989304abeb9ea189f

    $ nix-switch 89cf4713b37cc66989304abeb9ea189f

* A nix-profile.sh script that can be included in .bashrc.
2003-04-09 12:26:48 +00:00
..
fix.cc * Descriptor importing in Fix. 2003-04-08 15:36:54 +00:00
Makefile.am * We no longer use nix-populate standalone, rather we use it as a 2003-04-09 12:26:48 +00:00
md5.c * For efficiency: md5 integrated into nix. 2003-03-24 17:49:56 +00:00
md5.h * For efficiency: md5 integrated into nix. 2003-03-24 17:49:56 +00:00
nix-activate * Added a script nix-activate which builds a list of "activated" 2003-03-25 16:36:25 +00:00
nix.cc * FreeBSD / gcc 2.95 compatibility fixes. 2003-04-08 14:05:15 +00:00
util.hh * `Fix' is a high-level descriptor instantiator for Nix. It replaces 2003-04-08 12:00:51 +00:00