mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
06256e22d8
making them the boot default. So if we screw up, we can just reset to get back to normal. svn path=/nixos/trunk/; revision=7303
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#! /bin/sh
|
|
set -e
|
|
nix-build configuration/system-configuration.nix -A systemConfiguration -K -k
|
|
./result/bin/switch-to-configuration test
|