mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-10 02:51:10 +01:00
tests/build-test: rename to eval-test
This commit is contained in:
parent
b8afb99c16
commit
f6526819a0
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue