cachix: add CUDA cache

This commit is contained in:
NullBite 2024-03-01 19:55:13 -05:00
parent 2ba9f5fe01
commit f2bc1b7d0b
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -13,10 +13,12 @@ in
nix.settings = {
substituters = [
"https://hyprland.cachix.org"
"https://cuda-maintainers.cachix.org"
];
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
];
};
};