From 4a1c21639ede880ceaf4b33616464cf4505cc3ba Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 9 Dec 2023 14:26:12 +0900 Subject: feat(modules/cachix): add nix-gaming --- modules/cachix/caches/nix-gaming.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/cachix/caches/nix-gaming.nix (limited to 'modules/cachix') diff --git a/modules/cachix/caches/nix-gaming.nix b/modules/cachix/caches/nix-gaming.nix new file mode 100644 index 0000000..c02bc5f --- /dev/null +++ b/modules/cachix/caches/nix-gaming.nix @@ -0,0 +1,12 @@ +{ config, lib, ... }: + +{ + nix.settings = { + substituters = [ + "https://nix-gaming.cachix.org" + ]; + trusted-public-keys = [ + "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" + ]; + }; +} -- cgit 1.4.1