| 15 Jul 2025 |
| nyanbinary 🏳️⚧️ removed their profile picture. | 22:12:12 |
| ginkogruen joined the room. | 22:52:22 |
| 16 Jul 2025 |
| cods joined the room. | 13:47:42 |
| @poacher:unredacted.org joined the room. | 15:36:55 |
| 17 Jul 2025 |
| nyanbinary 🏳️⚧️ set a profile picture. | 01:27:34 |
| @zeromute:matrix.org left the room. | 04:52:44 |
| @c0d3h01:matrix.org left the room. | 10:04:06 |
| @poacher:unredacted.org left the room. | 15:03:50 |
| @imadalin:matrix.org left the room. | 16:15:05 |
| Tom joined the room. | 18:58:46 |
| pneumatic joined the room. | 23:57:53 |
| 19 Jul 2025 |
Toma | Is there any way (that is acceptable inside nixpkgs) to build a rust based project using only LLVM/clang? I'm seeing that the rustc's setEnv is using gcc even if I try to provide a different stdenv for buildRustPackage. | 22:58:02 |
Toma | * Is there any way (that is acceptable inside nixpkgs) to build a rust based project using only LLVM/clang? (on linux) I'm seeing that the rustc's setEnv is using gcc even if I try to provide a different stdenv for buildRustPackage. | 22:58:16 |
Tristan Ross | pkgsLLVM is a good way | 23:03:16 |
emily | I think we bake that stuff in annoyingly early | 23:03:17 |
emily | we tried to get rid of setEnv but had to put it back | 23:03:29 |
emily | In reply to @rosscomputerguy:matrix.org
pkgsLLVM is a good way not for an individual package in Nixpkgs though? | 23:03:44 |
Tristan Ross | In reply to @emilazy:matrix.org not for an individual package in Nixpkgs though? True | 23:03:57 |
emily | I think you might be able to produce a buildRustPackage that bakes in a different compiler but trying to kill setEnv again may be more fruitful | 23:04:26 |
| 20 Jul 2025 |
Randy Eckenrode | Unfortunately, no (not currently). setEnv uses pkgsBuildHost.stdenv.cc, which rustPlatform doesn’t provide a way to override. | 14:52:53 |