acf656125c
* Clear the PATH in most scripts. This helps to ensure purity. svn path=/nixos/trunk/; revision=7299
5 lines
190 B
Bash
Executable file
5 lines
190 B
Bash
Executable file
#! /bin/sh
|
|
set -e
|
|
nix-env -p /nix/var/nix/profiles/system -f configuration/system-configuration.nix -i -A systemConfiguration
|
|
/nix/var/nix/profiles/system/bin/switch-to-configuration switch
|