Use nix.settings.extra-* (#147)

This commit is contained in:
TheRealGramdalf
2024-06-03 16:07:53 +00:00
committed by GitHub
parent f9d30e34fa
commit 3c2e38ea65

View File

@@ -125,12 +125,12 @@ You might also want to use the binary cache to avoid building locally.
```nix
nix.settings = {
builders-use-substitutes = true;
# substituters to use
substituters = [
# extra substituters to add
extra-substituters = [
"https://anyrun.cachix.org"
];
trusted-public-keys = [
extra-trusted-public-keys = [
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
];
};