Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Cache Linux Nix builds
if: runner.os == 'Linux'
timeout-minutes: 3
uses: DeterminateSystems/magic-nix-cache-action@84c0677f58dcedf3b91f8223ce36a9ea5b3c84b7
with:
use-gha-cache: enabled
use-flakehub: disabled
diagnostic-endpoint: ""

- name: Check flake
run: nix flake check --no-update-lock-file --print-build-logs

Expand Down