about summary refs log tree commit diff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2003-04-09 * We no longer use nix-populate standalone, rather we use it as aEelco Dolstra4-40/+71
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-08 * Descriptor importing in Fix.Eelco Dolstra1-0/+89
2003-04-08 * FreeBSD / gcc 2.95 compatibility fixes.Eelco Dolstra1-0/+20
* A script to generate prebuilt registration scripts.