update inputs, bin cache for cuda, disable cachy kernel, various fixes

This commit is contained in:
4DBug
2026-05-09 21:13:56 -05:00
parent e559f6dd01
commit c4220bc621
12 changed files with 341 additions and 188 deletions
+10
View File
@@ -40,6 +40,16 @@
cudaSupport = true;
nvidia.acceptLicense = true;
};
nix.settings = {
substituters = [
"https://cache.nixos-cuda.org"
];
trusted-public-keys = [
"cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M="
];
};
};
};
}