Skip to content

Commit

Permalink
Merge pull request #32 from esselius/esselius-patch-5
Browse files Browse the repository at this point in the history
Run nix flake check in CI
  • Loading branch information
esselius authored Jul 26, 2024
2 parents 9260c6e + 665d6a9 commit 91f437c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/flake-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ jobs:

- uses: nixbuild/nix-quick-install-action@v28

- uses: cachix/cachix-action@v15
with:
name: esselius
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: nix-community

- uses: DeterminateSystems/flake-checker-action@main

- run: nix flake check --all-systems

0 comments on commit 91f437c

Please sign in to comment.