fix
This commit is contained in:
parent
5866f19ebd
commit
5d80e059aa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -32,8 +32,8 @@ jobs:
|
|||
with:
|
||||
name: selfhostblocks
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- name: Generate
|
||||
id: generate-checks
|
||||
- name: Generate Matrix
|
||||
id: generate-matrix
|
||||
run: |
|
||||
nix flake show --allow-import-from-derivation --json \
|
||||
| jq -c '.["checks"]["x86_64-linux"] | keys' > .output
|
||||
|
|
|
|||
Loading…
Reference in a new issue