summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/binary-cache/gum.nix
blob: fc54bd917359d5b686d813f1e323bd3ae2f3f732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

{ config, ... }:

{
  nix = {
    binaryCaches = [
      "https://cache.euer.krebsco.de/"
    ];
    binaryCachePublicKeys = [
      "gum:iIXIFlCAotib+MgI3V/i3HMlFXiVYOT/jfP0y54Zuvg="
    ];
  };
}