Merge pull request #2155 from CSchank/master #4453
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "nix flake check --impure" | |
| on: | |
| pull_request: | |
| branches: [master] | |
| push: | |
| branches: 'master' | |
| jobs: | |
| nix-flake-check: | |
| runs-on: ARM64 | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - run: nix flake check --impure --override-input ihp-boilerplate/ihp "github:${{ github.event.repository.full_name }}/${{ github.sha }}" -L |