summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/binary-cache/lass.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/binary-cache/lass.nix')
-rw-r--r--makefu/2configs/binary-cache/lass.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/makefu/2configs/binary-cache/lass.nix b/makefu/2configs/binary-cache/lass.nix
deleted file mode 100644
index 51b4a1af..00000000
--- a/makefu/2configs/binary-cache/lass.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ config, ... }:
-
-{
- nix = {
- binaryCaches = [
- "https://cache.krebsco.de"
- ];
- binaryCachePublicKeys = [
- "cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="
- "cache.prism-2:YwmCm3/s/D+SxrPKN/ETjlpw/219pNUbpnluatp6FKI="
- ];
- };
-}