summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/binary-cache/prism.nix
blob: 46b386e1403049ca3fda2e843fc68005dc6ee8b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ config, ... }:

{
  nix = {
    binaryCaches = [
      "http://cache.prism.r"
    ];
    binaryCachePublicKeys = [
      "cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="
      "cache.prism-2:YwmCm3/s/D+SxrPKN/ETjlpw/219pNUbpnluatp6FKI="
    ];
  };
}