tests/build-test: rename to eval-test

This commit is contained in:
Yegor Timoshenko 2017-12-24 13:29:41 +00:00
parent b8afb99c16
commit f6526819a0
No known key found for this signature in database
GPG key ID: C34BF9DCC9DF8210
2 changed files with 1 additions and 1 deletions

View file

@ -1,8 +0,0 @@
#!/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