stockholm/krebs/2configs/binary-cache/prism.nix

13 lines
198 B
Nix
Raw Normal View History

{ config, ... }:
{
nix = {
binaryCaches = [
"http://cache.prism.r"
];
binaryCachePublicKeys = [
"cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="
];
};
}