kilgharrah: Update CUDA cache location

This commit is contained in:
Katherina Walshe-Grey 2025-12-06 01:26:41 +00:00
parent cc79ca09ac
commit df42da3459

View file

@ -10,8 +10,8 @@
nixpkgs.config.cudaSupport = true; nixpkgs.config.cudaSupport = true;
nix.settings = { nix.settings = {
# Community cache with prebuilt packages with cudaSupport enabled # Community cache with prebuilt packages with cudaSupport enabled
substituters = [ "https://nix-community.cachix.org" ]; substituters = [ "https://cache.nixos-cuda.org" ];
trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; trusted-public-keys = [ "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" ];
}; };
# # Downgrade to driver version 535 as 550 has problems with Wayland # # Downgrade to driver version 535 as 550 has problems with Wayland