doc: Nix: make binary cache setup compatible with Nix 2.3
This commit is contained in:
parent
7a622b2a85
commit
6f8d039c1b
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ max-jobs = auto # Allow building multiple derivations in parallel
|
|||
keep-outputs = true # Do not garbage-collect build time-only dependencies (e.g. clang)
|
||||
extra-sandbox-paths = /nix/var/cache/ccache # Extra local cache for C/C++ code
|
||||
# Allow fetching build results from the Lean Cachix cache
|
||||
extra-trusted-substituters = https://lean4.cachix.org/
|
||||
extra-trusted-public-keys = lean4.cachix.org-1:mawtxSxcaiWE24xCXXgh3qnvlTkyU7evRRnGeAhD4Wk=
|
||||
trusted-substituters = https://lean4.cachix.org/
|
||||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= lean4.cachix.org-1:mawtxSxcaiWE24xCXXgh3qnvlTkyU7evRRnGeAhD4Wk=
|
||||
```
|
||||
On a multi-user installation of Nix (the default), you need to restart the Nix daemon afterwards:
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue