mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-14 22:04:27 +01:00
2d0f190f20
it does a lot more than just booting), and merged system-configuration.nix into system.nix. svn path=/nixos/trunk/; revision=7318
6 lines
176 B
Bash
Executable file
6 lines
176 B
Bash
Executable file
#! /bin/sh
|
|
set -e
|
|
nix-build configuration/system.nix \
|
|
--arg configuration 'import ./instances/example.nix' \
|
|
-A system -K -k
|
|
./result/bin/switch-to-configuration test
|