mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
acf656125c
* Clear the PATH in most scripts. This helps to ensure purity. svn path=/nixos/trunk/; revision=7299
4 lines
190 B
Bash
Executable file
4 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
|