* 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.
Showing
- Makefile.am 1 addition, 1 deletionMakefile.am
- configure.ac 1 addition, 1 deletionconfigure.ac
- scripts/Makefile.am 5 additions, 0 deletionsscripts/Makefile.am
- scripts/nix-populate 9 additions, 40 deletionsscripts/nix-populate
- scripts/nix-profile.sh 15 additions, 0 deletionsscripts/nix-profile.sh
- scripts/nix-switch 42 additions, 0 deletionsscripts/nix-switch
- src/Makefile.am 1 addition, 0 deletionssrc/Makefile.am
- test/fixdescriptors/system.fix 11 additions, 0 deletionstest/fixdescriptors/system.fix
Loading
Please register or sign in to comment