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