2006-11-27 07:32:11 -08:00
|
|
|
#! /bin/sh
|
|
|
|
set -e
|
2006-12-11 09:36:57 -08:00
|
|
|
nix-env -p /nix/var/nix/profiles/system -f configuration/system.nix \
|
|
|
|
--arg configuration 'import ./instances/example.nix' \
|
|
|
|
-i -A system
|
2006-12-10 14:29:44 -08:00
|
|
|
/nix/var/nix/profiles/system/bin/switch-to-configuration switch
|