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

10 lines
175 B
Nix
Raw Normal View History

2016-06-25 16:56:39 +00:00
{ config, ... }:
{
nix = {
binaryCaches = ["http://cache.prism.r"];
binaryCachePublicKeys = ["cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="];
};
}