Additional caches

This commit is contained in:
Craige McWhirter 2020-10-21 15:11:08 +10:00
parent ad6fa1b41c
commit 43ad14cad1
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -5,23 +5,24 @@
{
nix = {
extraOptions = ''
#repeat = 1 # Ensure reproducibility of builds
'';
};
nix.binaryCaches = [
package = pkgs.nixFlakes;
binaryCaches = [
"https://cache.nixos.org"
"https://hydra.iohk.io"
"https://iohk.cachix.org"
"https://mantis-ops.cachix.org"
];
nix.binaryCachePublicKeys = [
binaryCachePublicKeys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo="
"mantis-ops.cachix.org-1:SornDcX8/9rFrpTjU+mAAb26sF8mUpnxgXNjmKGcglQ="
];
extraOptions = ''
#repeat = 1 # Ensure reproducibility of builds
experimental-features = nix-command flakes ca-references
'';
};
# Set the system-wide environment
environment = {