about summary refs log tree commit diff
path: root/nixos/modules/cachix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-16 11:40:35 +0900
committersefidel <contact@sefidel.net>2023-02-16 11:41:05 +0900
commit927bd07cab5ad31bdd97353b3fce5550cdbbbfaf (patch)
tree499ef2b60d5ec7f58d51746b78ded61896556347 /nixos/modules/cachix
parent625bb16a078148c6ea49bf8369b8f5a6172ad455 (diff)
downloadnixrc-927bd07cab5ad31bdd97353b3fce5550cdbbbfaf.tar.gz
nixrc-927bd07cab5ad31bdd97353b3fce5550cdbbbfaf.zip
feat: remove input chaotic-nixpkgs
Diffstat (limited to 'nixos/modules/cachix')
-rw-r--r--nixos/modules/cachix/caches/chaotic-nixpkgs.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/nixos/modules/cachix/caches/chaotic-nixpkgs.nix b/nixos/modules/cachix/caches/chaotic-nixpkgs.nix
deleted file mode 100644
index d6c9844..0000000
--- a/nixos/modules/cachix/caches/chaotic-nixpkgs.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, lib, ... }:
-
-{
-  nix.settings = {
-    substituters = [
-      "https://chaotic-nixpkgs.cachix.org"
-    ];
-    trusted-public-keys = [
-      "chaotic-nixpkgs.cachix.org-1:xm/PZVLgwIlMc8K5+ZxGIkEXovfL9Bll5HolvzN1wIQ="
-    ];
-  };
-}