mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
inversepath/usbarmory: fix evaluation
This commit is contained in:
parent
08e080ae11
commit
a433fd730f
8 changed files with 1073 additions and 3286 deletions
|
|
@ -2,16 +2,7 @@
|
|||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
skip_paths=(
|
||||
./inversepath/usbarmory/*
|
||||
./tests/*
|
||||
)
|
||||
|
||||
find=(find . -name *.nix)
|
||||
|
||||
for path in ${skip_paths[@]}; do
|
||||
find+=(-not -path $path)
|
||||
done
|
||||
find=(find . -name default.nix)
|
||||
|
||||
for profile in `${find[@]}`; do
|
||||
echo evaluating $profile >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue