about summary refs log tree commit diff
path: root/scripts/nix-profile.sh
AgeCommit message (Collapse)AuthorFilesLines
2003-06-18 * Set CPLUS_INCLUDE_PATH as well as C_INCLUDE_PATH. Otherwise g++Eelco Dolstra1-0/+1
won't see header files under Nix control.
2003-05-30 * Don't set MANPATH. It's not necessary.Eelco Dolstra1-1/+1
2003-05-30 * Set MANPATH and PKG_CONFIG_PATH.Eelco Dolstra1-1/+5
2003-04-09 * We no longer use nix-populate standalone, rather we use it as aEelco Dolstra1-0/+15
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.