Skip to content

Commit

Permalink
cache /nix/store
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometer1729 committed Feb 7, 2025
1 parent f181517 commit 4be7cfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
extra-substituters = https://storage.googleapis.com/mina-nix-cache
extra-trusted-public-keys = nix-cache.minaprotocol.org:fdcuDzmnM0Kbf7yU4yywBuUEJWClySc1WIF6t6Mm8h4= nix-cache.minaprotocol.org:D3B1W+V7ND1Fmfii8EhbAbF1JXoe2Ct4N34OKChwk2c= mina-nix-cache-1:djtioLfv2oxuK2lqPUgmZbf8bY8sK/BnYZCU2iU5Q10=
experimental-features = nix-command flakes ca-derivations recursive-nix
- uses: actions/cache@v3
with:
path: /nix
key: ${{ runner.os }}-nix-${{ hashFiles('**/flake.lock') }}
- name: build devshell
run: |
set -Eeu
Expand Down

0 comments on commit 4be7cfd

Please sign in to comment.