diff options
| author | Fuwn <[email protected]> | 2024-08-31 01:12:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-31 01:12:40 -0700 |
| commit | 7bb7560f229549b5d411af7d3057d8a3830d049d (patch) | |
| tree | 02e577a0122140afc8c9c2eed9e3df4d4d375cf6 /modules/nix.nix | |
| parent | thi (diff) | |
| download | nixos-config-7bb7560f229549b5d411af7d3057d8a3830d049d.tar.xz nixos-config-7bb7560f229549b5d411af7d3057d8a3830d049d.zip | |
ok
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 = [ |