summaryrefslogtreecommitdiffstats
path: root/lass/2configs/binary-cache/client.nix
blob: 108ff7a1e51f763266c3afe29873ca917b6f65b3 (plain)
1
2
3
4
5
6
7
8
9
{ config, ... }:

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