Skip to content

Use attic cache always #179

Use attic cache always

Use attic cache always #179

Workflow file for this run

name: nix flake check
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
max-jobs = auto
max-substitution-jobs = 128
http-connections = 128
- name: Initialize attic cache watcher
uses: ryanccn/attic-action@v0
with:
endpoint: "https://attic.joinemm.dev"
cache: "cache"
token: '${{ secrets.ATTIC_AUTH_TOKEN }}'
- name: Run nix flake check
run: nix flake check --accept-flake-config -v