From 7abfad4eda9f999511d76459e74b33fe9eebe0a5 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 12 Nov 2024 14:58:25 +0800 Subject: [PATCH] chore: comment nix-gaming --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 53413a7d..eae26ee8 100644 --- a/flake.nix +++ b/flake.nix @@ -17,12 +17,12 @@ # substituers will be appended to the default substituters when fetching packages extra-substituters = [ "https://anyrun.cachix.org" - "https://nix-gaming.cachix.org" + # "https://nix-gaming.cachix.org" # "https://nixpkgs-wayland.cachix.org" ]; extra-trusted-public-keys = [ "anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s=" - "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" + # "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" # "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" ]; };