stockholm/makefu/2configs/binary-cache/lass.nix

14 lines
265 B
Nix
Raw Normal View History

2016-07-14 20:31:27 +00:00
{ config, ... }:
{
nix = {
binaryCaches = [
"http://cache.prism.r"
];
binaryCachePublicKeys = [
"cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="
"cache.prism-2:YwmCm3/s/D+SxrPKN/ETjlpw/219pNUbpnluatp6FKI="
2016-07-14 20:31:27 +00:00
];
};
}