mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
workflow: Update flake check command to allow experimental pipes
Some checks failed
Test / tests (push) Has been cancelled
Some checks failed
Test / tests (push) Has been cancelled
This commit is contained in:
parent
61fa719e21
commit
f8daf6941f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -12,4 +12,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: sebastian-stork
|
name: sebastian-stork
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
- run: nix flake check
|
- run: nix flake --extra-experimental-features pipe-operators check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue