74783a4510
options framework. svn path=/nixos/trunk/; revision=7317
4 lines
125 B
Bash
Executable file
4 lines
125 B
Bash
Executable file
#! /bin/sh
|
|
set -e
|
|
nix-build configuration/system-configuration.nix -A system -K -k
|
|
./result/bin/switch-to-configuration test
|