mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
0817c307dc
svn path=/nixos/trunk/; revision=7155
4 lines
169 B
Bash
Executable file
4 lines
169 B
Bash
Executable file
#! /bin/sh
|
|
set -e
|
|
nix-env -p /nix/var/nix/profiles/system -f system-configuration.nix -i -A systemConfiguration
|
|
/nix/var/nix/profiles/system/bin/switch-to-configuration
|