mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
2fe4badb9a
NixOS. svn path=/nixos/trunk/; revision=7291
4 lines
183 B
Bash
Executable file
4 lines
183 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
|