Fix PR checks

At some point, `nix eval` stopped exiting on errors in nested objects.
Passing --json makes it fail if theres an error anywhere in the object.
This commit is contained in:
Archit Gupta
2025-07-15 09:24:23 -07:00
parent ecfe4f5f69
commit b0030b910b
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@master
- run: nix eval .#tests
- run: nix eval --json .#tests

View File

@ -21,5 +21,5 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: nix flake update --commit-lock-file
- run: nix flake check --all-systems
- run: nix eval .#tests
- run: nix eval --json .#tests
- run: git push