nixos-hardware/tests/build-test.sh

9 lines
193 B
Bash
Raw Normal View History

2017-12-24 06:44:48 -05:00
#!/bin/sh
cd $(dirname $0)
for profile in $(find .. -name \*.nix); do
echo $profile >&2
nixos-rebuild -I nixos-config=build-test.nix -I nixos-hardware-profile=$profile dry-build
done