| 20 May 2025 |
emily | so it is closer to being droppable | 02:02:35 |
hexa | I'll go back to llvm 15 when someone fixes it 🙂 | 02:03:05 |
emily | I'm pretty sure the channels depend on LLVM 12 and LLVM 15 | 02:04:04 |
emily | because e.g. ShellCheck | 02:04:09 |
Tristan Ross | GHC? | 02:04:21 |
emily | yes | 02:04:24 |
Tristan Ross | I honestly hope we can drop LLVM 12 in 25.11 | 02:05:49 |
Tristan Ross | It's about time it goes away lol | 02:05:59 |
emily | 12 is basically gone already | 02:06:06 |
Tristan Ross | Yeah, it's just GHC left lol | 02:06:21 |
| Gwenn Le Bihan joined the room. | 08:13:57 |
Tristan Ross | LLVM 19 -> 20 bump is almost good | 15:00:37 |
Tristan Ross | Checking pkgsLLVM.hello | 15:00:46 |
Tristan Ross | Did not build due to https://github.com/NixOS/nixpkgs/issues/393603 | 21:15:20 |
| 21 May 2025 |
Tristan Ross | Ok, we have a fix for the LLVM 20 stuff https://github.com/NixOS/nixpkgs/pull/409265 | 02:34:40 |
aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) | In reply to @aleksana:mozilla.org
https://github.com/NixOS/nixpkgs/pull/403201
https://github.com/NixOS/nixpkgs/pull/403549
https://github.com/NixOS/nixpkgs/pull/403960
Anyone wants to take the chance to merge these three PRs I'll merge these if no other objections in 2 days | 06:50:16 |
| WeetHet changed their profile picture. | 10:59:13 |
| 22 May 2025 |
vcunat | Just a quick nerd-snipe: why isn't ${pkg.dev}/bin on $PATH by default (if it exists) during builds? https://github.com/NixOS/nixpkgs/pull/408783 | 08:03:49 |
Alyssa Ross | strictDeps? | 08:05:20 |
emily | for .dev, it makes sense even with strictDeps | 08:09:41 |
emily | since foo.dev is to be consumed on buildPlatform | 08:09:46 |
emily | however, it's weird I guess, since it means splitting outputs would make things appear on $PATH | 08:10:01 |
emily | (but if you have a *-config you should surely split your outputs anyway, so maybe fine?) | 08:10:09 |
Alyssa Ross | Yeah I'm not saying it should work that way | 08:10:57 |
Alyssa Ross | Just that I think it does | 08:11:02 |
emily | right | 08:11:09 |
emily | splicing :( | 08:11:17 |
emily | I think splicing is maybe the worst trade-off of all time. | 08:11:54 |
emily | I guess strictDeps isn't exactly related to splicing to be fair. | 08:12:17 |
emily | they're just all tangled up in one ball of awful | 08:12:26 |