diff options
author | makefu <github@syntax-fehler.de> | 2019-04-18 08:32:33 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-18 08:32:33 +0200 |
commit | 398f96dfff0579e3d62d8ea0f7fd49dd91014d16 (patch) | |
tree | e4e38a62b386c7f1cc46efe0a70db6eaddc99277 /makefu/2configs/binary-cache/gum.nix | |
parent | c9ad1359f1605040860db136ceaf8be984baa7b2 (diff) |
ma binary-cache: add gum
Diffstat (limited to 'makefu/2configs/binary-cache/gum.nix')
-rw-r--r-- | makefu/2configs/binary-cache/gum.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/makefu/2configs/binary-cache/gum.nix b/makefu/2configs/binary-cache/gum.nix new file mode 100644 index 000000000..fc54bd917 --- /dev/null +++ b/makefu/2configs/binary-cache/gum.nix @@ -0,0 +1,13 @@ + +{ config, ... }: + +{ + nix = { + binaryCaches = [ + "https://cache.euer.krebsco.de/" + ]; + binaryCachePublicKeys = [ + "gum:iIXIFlCAotib+MgI3V/i3HMlFXiVYOT/jfP0y54Zuvg=" + ]; + }; +} |