| 29 May 2025 |
Tristan Ross | Ah | 04:07:52 |
Randy Eckenrode | The Linux stdenv bootstrap doesn’t overlay the versioned gcc attribute. That’s all it is. The Darwin is able to do this for LLVM, so it’s probably possible for Linux, but there’s been no motivating issue to do it for Linux. | 11:53:49 |
Randy Eckenrode | Something like this would probably work for GCC on Linux (but significantly less verbose): https://github.com/NixOS/nixpkgs/blob/adfe0268d8b621c68f0b060fc2e801b5196b5f6a/pkgs/stdenv/darwin/default.nix#L1223-L1246 | 11:55:23 |
| matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms) joined the room. | 17:28:05 |
| 31 May 2025 |
| trofi left the room. | 13:47:07 |
| 23 Sep 2025 |
| Mindavi left the room. | 07:35:22 |
| 31 May 2025 |
Grimmauld (any/all) | Wait why can't i invite people here? | 16:33:40 |
hexa | because permission levels are per room | 16:53:35 |
hexa | * because permission levels are a per room setting | 16:53:40 |
Grimmauld (any/all) | Well then. Can someone invite @benjaminsparks:chat.alugha.app ? | 18:33:30 |
| 1 Jun 2025 |
| NixOS Moderation Botchanged room power levels. | 03:03:22 |
uep | Redacted or Malformed Event | 03:04:10 |
uep | Redacted or Malformed Event | 03:04:16 |
| uep invited Ben Sparks. | 03:05:01 |
uep | I have, but at least from where I sit, the room is public and shouldn't need an invitation | 03:25:20 |
| uepchanged room power levels. | 03:25:46 |
| Ben Sparks joined the room. | 09:06:43 |
| Sean Thawe joined the room. | 23:48:46 |
| 5 Jun 2025 |
John Ericson | https://github.com/NixOS/nixpkgs/pull/414321 Tristan Ross wanna review? | 19:50:58 |
Tristan Ross | Why is it still called libcCross? Shouldn't we move that to just libc and have it apply even when not cross? | 19:52:44 |
John Ericson | done! | 20:46:52 |
John Ericson | thanks for encouraging the scope creep :) | 20:47:01 |
John Ericson | fixing it was easier than I thought! | 20:47:07 |
John Ericson | glad this old tech debt is finally gone | 20:47:12 |
John Ericson | once we get rid of the old gcc | 20:47:18 |
John Ericson | I think we can finish the job of having nothing with "cross" in its name | 20:47:34 |
Tristan Ross | Yeah, there's a few things I think that could be done in that PR lol. | 20:47:39 |
John Ericson | crossLibcStdenv -> libcStdenv | 20:47:39 |
Tristan Ross | Yeah, ideally you should be able to refer to toplevel attributes for the different components | 20:47:59 |
Tristan Ross | The idea is then you can utilize whatever you need without going through the CC wrapper. | 20:48:15 |