summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/binary-cache
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-07-14 22:31:27 +0200
committermakefu <github@syntax-fehler.de>2016-07-14 22:31:27 +0200
commit14242c68f234f6de0bed015817ac206f99dc4f20 (patch)
treec546c5b96cd3de88a5c6c1248ef9abb267a99d4b /makefu/2configs/binary-cache
parentd5ebe15536e1b5a461b48621ecc4b8bcf61de3e2 (diff)
m binary-cache: split lass and nixos
Diffstat (limited to 'makefu/2configs/binary-cache')
-rw-r--r--makefu/2configs/binary-cache/lass.nix12
-rw-r--r--makefu/2configs/binary-cache/nixos.nix12
2 files changed, 24 insertions, 0 deletions
diff --git a/makefu/2configs/binary-cache/lass.nix b/makefu/2configs/binary-cache/lass.nix
new file mode 100644
index 00000000..4813eeb0
--- /dev/null
+++ b/makefu/2configs/binary-cache/lass.nix
@@ -0,0 +1,12 @@
+{ config, ... }:
+
+{
+ nix = {
+ binaryCaches = [
+ "http://cache.prism.r"
+ ];
+ binaryCachePublicKeys = [
+ "cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="
+ ];
+ };
+}
diff --git a/makefu/2configs/binary-cache/nixos.nix b/makefu/2configs/binary-cache/nixos.nix
new file mode 100644
index 00000000..2ff5e130
--- /dev/null
+++ b/makefu/2configs/binary-cache/nixos.nix
@@ -0,0 +1,12 @@
+{ config, ... }:
+
+{
+ nix = {
+ binaryCaches = [
+ "https://cache.nixos.org/"
+ ];
+ binaryCachePublicKeys = [
+ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
+ ];
+ };
+}