workflow: Update flake check command to allow experimental pipes
Some checks failed
Test / tests (push) Has been cancelled

This commit is contained in:
SebastianStork 2026-02-15 21:07:35 +01:00
parent 61fa719e21
commit f8daf6941f
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -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