diff options
Diffstat (limited to 'modules/nix.nix')
| -rw-r--r-- | modules/nix.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/nix.nix b/modules/nix.nix index c6b227a..943606d 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -22,7 +22,8 @@ "https://nix-community.cachix.org" "https://hyprland.cachix.org" "https://nyx.chaotic.cx/" - "https://nixpkgs-wayland.cachix.org/" + "https://nixpkgs-wayland.cachix.org" + "https://cuda-maintainers.cachix.org" ]; trusted-public-keys = [ @@ -30,6 +31,7 @@ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8=" "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" + "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" ]; experimental-features = [ |