My nixpkgs mirror for patching things.
Go to file
Eelco Dolstra 7dec82e241 * 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.

svn path=/nix/trunk/test/; revision=39
2003-04-09 12:26:48 +00:00
build * Delete source after building. 2003-04-06 22:09:47 +00:00
fixdescriptors * We no longer use nix-populate standalone, rather we use it as a 2003-04-09 12:26:48 +00:00
pkg * Fetch sources from the network. 2003-03-21 14:10:06 +00:00
tmpl * The latest version of Pan. 2003-04-06 22:17:47 +00:00