Use attic as nixos binary cache and update CI accordingly
Some checks failed
Check Flake / check-flake (push) Failing after 8s

This commit is contained in:
2024-06-16 20:39:11 -06:00
parent 9ac9613d67
commit 7c4d2d53f2
12 changed files with 123 additions and 23 deletions

View File

@@ -15,5 +15,12 @@ jobs:
with:
fetch-depth: 0
- name: Setup Attic Cache
uses: https://github.com/ryanccn/attic-action@v0
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Check Flake
run: nix flake check --all-systems --print-build-logs --log-format raw --show-trace