3
0
Fork 0
forked from mirrors/nixpkgs

* A script to test configurations, i.e., make them current without

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
This commit is contained in:
Eelco Dolstra 2006-12-11 01:03:26 +00:00
parent 578b56d3c6
commit 06256e22d8
2 changed files with 5 additions and 1 deletions

View file

@ -271,8 +271,8 @@ rec {
pkgs.nettools
pkgs.perl
pkgs.procps
pkgs.pwdutils
pkgs.rsync
pkgs.shadowutils
pkgs.strace
pkgs.sysklogd
pkgs.udev

4
test.sh Executable file
View file

@ -0,0 +1,4 @@
#! /bin/sh
set -e
nix-build configuration/system-configuration.nix -A systemConfiguration -K -k
./result/bin/switch-to-configuration test