about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-03-05 22:51:25 +0100
committerProfpatsch <mail@profpatsch.de>2021-03-05 22:56:29 +0100
commit7b681de681b1e9b8f6361ad01ec43c02532dcc3f (patch)
tree56c4cb7be39d9757facd1f91a32a4d990644198a /machines/profpatsch
parent67128b71f897b307501d5445fe79fa7c5abe844e (diff)
machines/shiki: add digitallyinduced cachix
Used for IHP development https://ihp.digitallyinduced.com/Guide/index.html
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 91e3780d..35792dee 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -116,6 +116,13 @@ in {
         supportedFeatures = [ "big-parallel" ];
       }
     ];
+    nix.binaryCaches = [
+      "https://digitallyinduced.cachix.org"
+    ];
+    nix.binaryCachePublicKeys = [
+      "digitallyinduced.cachix.org-1:y+wQvrnxQ+PdEsCt91rmvv39qRCYzEgGQaldK26hCKE="
+    ];
+
     nix.extraOptions = ''
       builders-use-substitutes = true
       auto-optimise-store = true