From dcd38e777a27ea987f2c67e38a7b86c147771fbe Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 3 Jun 2024 03:57:57 +0000 Subject: [PATCH] [NixOS] Add cuda-maintainers cache --- nixos/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/nix.nix b/nixos/nix.nix index a4e65897..d56a0fbd 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -29,9 +29,11 @@ keep-derivations = true; substituters = [ "https://cache.nixos.org" + "https://cuda-maintainers.cachix.org" ]; trusted-public-keys = [ "cache.railbird.ai:KhnvcouxtIU2zxUcjJsm4bUK3o1S3p8xMf9qfZGF7/A=" + "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" ]; nix-path = nixPath; };