about summary refs log tree commit diff
path: root/modules/binary-cache/caches/helix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/binary-cache/caches/helix.nix')
-rw-r--r--modules/binary-cache/caches/helix.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/binary-cache/caches/helix.nix b/modules/binary-cache/caches/helix.nix
new file mode 100644
index 0000000..7783a96
--- /dev/null
+++ b/modules/binary-cache/caches/helix.nix
@@ -0,0 +1,12 @@
+{ config, lib, ... }:
+
+{
+  nix.settings = {
+    substituters = [
+      "https://helix.cachix.org"
+    ];
+    trusted-public-keys = [
+      "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
+    ];
+  };
+}