1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

* 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.
This commit is contained in:
Eelco Dolstra 2003-04-09 12:26:48 +00:00
parent f56b7312b2
commit aa8fda4b54
8 changed files with 85 additions and 42 deletions

View file

@ -10,5 +10,5 @@ AC_CANONICAL_HOST
AC_PROG_CC
AC_PROG_CXX
AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile scripts/Makefile])
AC_OUTPUT