ci: check flake in build job

This commit is contained in:
2023-06-20 16:22:31 +10:00
parent a2fbb58011
commit b1195b3d50

View File

@@ -54,6 +54,8 @@ jobs:
with:
name: ${{ matrix.cachixName }}
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Check nix
run: nix flake check --show-trace
- name: Build nix packages
run: nix develop .#ci -c nix-build-uncached ci.nix -A cacheOutputs
- name: Trigger NUR update