parent
ba7f332a49
commit
188d3a25c8
1
.github/workflows/check-flake-files.yml
vendored
1
.github/workflows/check-flake-files.yml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
|
||||
- name: Try importing all custom flakes
|
||||
run: |
|
||||
shopt -s globstar
|
||||
for flake_group in flakes/**/*.toml
|
||||
do
|
||||
./result/bin/flake-info group "$flake_group" "$(basename "$flake_group" .toml)"
|
||||
|
|
Loading…
Reference in a new issue