summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/binary-cache/lass.nix
blob: 4813eeb0f9a3cf4f43891fe3537561bce52eaa26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, ... }:

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