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

13 lines
198 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="
];
};
}