add serokell cache

auto-flake-update
Yorick van Pelt 2018-05-04 14:28:08 +02:00
parent 8b222d648a
commit c340dd24f3
1 changed files with 11 additions and 7 deletions

View File

@ -9,11 +9,15 @@
system.stateVersion = "17.09"; system.stateVersion = "17.09";
nix.binaryCaches = [ nix = {
"https://cache.nixos.org" binaryCaches = [
"https://builder.serokell.review" "https://cache.nixos.org"
]; ];
nix.binaryCachePublicKeys = [ trustedBinaryCaches = config.nix.binaryCaches ++ [
"serokell:ic/49yTkeFIk4EBX1CZ/Wlt5fQfV7yCifaJyoM+S3Ss=" "https://builder.serokell.io"
]; ];
binaryCachePublicKeys = [
"serokell:ic/49yTkeFIk4EBX1CZ/Wlt5fQfV7yCifaJyoM+S3Ss="
];
};
} }