| 14 Aug 2024 |
| peddie changed their profile picture. | 00:34:49 |
| caniko joined the room. | 18:33:39 |
caniko | Hello, nix is still building cuda even though I setup cuda-maintainers. | 18:34:24 |
caniko | I am on nixos, and using flakes | 18:34:32 |
caniko | nix.settings = {
substituters = [
"https://cuda-maintainers.cachix.org"
];
trusted-public-keys = [
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
];
};
# nixpkgs.config.cudaSupport = true;
}```
| 18:34:52 |
caniko | I had to comment it out... | 18:35:08 |
SomeoneSerge (matrix works sometimes) | In reply to @caniko:matrix.org Hello, nix is still building cuda even though I setup cuda-maintainers. This must mean that your particular revision wasn't cached | 18:37:41 |
caniko | In reply to @ss:someonex.net This must mean that your particular revision wasn't cached I didn't select a version 🤪 | 18:38:11 |