Add substituter
This commit is contained in:
parent
6aadda851b
commit
8bc16ddf9c
1 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,13 @@
|
||||||
extra-sandbox-paths = [
|
extra-sandbox-paths = [
|
||||||
"/var/keys/netrc"
|
"/var/keys/netrc"
|
||||||
];
|
];
|
||||||
|
substituters = [
|
||||||
|
"http://cache.banditlair.com"
|
||||||
|
"https://cache.nixos.org/"
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"cache.banditlair.com:4zk7iDvzKh6VN+LxzKIGcVPKgL5dLeyEt2ydrgx4o8c="
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue