From dffb641f04ab32dca4bda185d3827942761e1174 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 11 Nov 2024 17:24:12 +0800 Subject: [PATCH] chore: cuda is cached at nix-community.cachix.org now https://github.com/nix-community/infra/pull/1335 --- modules/base.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/base.nix b/modules/base.nix index 19992a0e..19c35275 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -96,14 +96,11 @@ "https://nix-community.cachix.org" # my own cache server "https://ryan4yin.cachix.org" - # cuda-maintainer's cache server - "https://cuda-maintainers.cachix.org" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "ryan4yin.cachix.org-1:Gbk27ZU5AYpGS9i3ssoLlwdvMIh0NxG0w8it/cv9kbU=" - "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" ]; builders-use-substitutes = true; };