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";
nix.binaryCaches = [
"https://cache.nixos.org"
"https://builder.serokell.review"
];
nix.binaryCachePublicKeys = [
"serokell:ic/49yTkeFIk4EBX1CZ/Wlt5fQfV7yCifaJyoM+S3Ss="
];
nix = {
binaryCaches = [
"https://cache.nixos.org"
];
trustedBinaryCaches = config.nix.binaryCaches ++ [
"https://builder.serokell.io"
];
binaryCachePublicKeys = [
"serokell:ic/49yTkeFIk4EBX1CZ/Wlt5fQfV7yCifaJyoM+S3Ss="
];
};
}