chore: Nix: adjust local cache config
This commit is contained in:
parent
119f685cda
commit
4e7cb76281
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix-ci.yml
vendored
2
.github/workflows/nix-ci.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
echo '
|
||||
max-jobs = auto
|
||||
extra-sandbox-paths = /nix/var/cache/ccache
|
||||
substituters = file://${{ github.workspace }}/nix-store-cache https://cache.nixos.org/
|
||||
extra-substituters = file://${{ github.workspace }}/nix-store-cache?priority=10&trusted=true
|
||||
extra-trusted-substituters = https://lean4.cachix.org/
|
||||
extra-trusted-public-keys = lean4.cachix.org-1:mawtxSxcaiWE24xCXXgh3qnvlTkyU7evRRnGeAhD4Wk=' > ~/.config/nix/nix.conf
|
||||
sudo mkdir -m0770 -p /nix/var/cache/ccache
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue