add skl binary cache

auto-flake-update
Yorick van Pelt 2018-03-31 02:42:09 +02:00
parent 7278e87bc1
commit 8b222d648a
1 changed files with 8 additions and 0 deletions

View File

@ -8,4 +8,12 @@
system.stateVersion = "17.09";
nix.binaryCaches = [
"https://cache.nixos.org"
"https://builder.serokell.review"
];
nix.binaryCachePublicKeys = [
"serokell:ic/49yTkeFIk4EBX1CZ/Wlt5fQfV7yCifaJyoM+S3Ss="
];
}