about summary refs log tree commit diff
path: root/modules/binary-cache/caches/helix.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-10 22:23:46 +0900
committersefidel <contact@sefidel.net>2024-05-10 22:26:06 +0900
commit4e247eba38878aae943a860720c516eb4ece8bc2 (patch)
treeb4290f8fca51495c5c1df4eff2d5337659f0fb9d /modules/binary-cache/caches/helix.nix
parent53e02e1acee9b081166c58d8bafd33bc9b80721b (diff)
downloadnixrc-4e247eba38878aae943a860720c516eb4ece8bc2.tar.gz
nixrc-4e247eba38878aae943a860720c516eb4ece8bc2.zip
feat(home/development): switch to nixpkgs helix
Diffstat (limited to 'modules/binary-cache/caches/helix.nix')
-rw-r--r--modules/binary-cache/caches/helix.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/binary-cache/caches/helix.nix b/modules/binary-cache/caches/helix.nix
deleted file mode 100644
index 7783a96..0000000
--- a/modules/binary-cache/caches/helix.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, lib, ... }:
-
-{
-  nix.settings = {
-    substituters = [
-      "https://helix.cachix.org"
-    ];
-    trusted-public-keys = [
-      "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
-    ];
-  };
-}