14 May 2025 |
| diamond (it/its) changed their profile picture. | 01:20:08 |
| diamond (it/its) changed their profile picture. | 02:47:47 |
| siraben joined the room. | 04:34:53 |
16 May 2025 |
| Winter joined the room. | 06:13:00 |
| .siev joined the room. | 15:52:39 |
17 May 2025 |
| terrorjack set a profile picture. | 08:53:57 |
19 May 2025 |
| oak 🏳️🌈♥️ changed their display name from oak 🫱⭕🫲 to oak. | 10:59:15 |
| oak 🏳️🌈♥️ changed their display name from oak to oak 🏳️🌈♥️. | 11:01:00 |
Alexandros Liarokapis | this is kind of stupid but, does nixpkgs support using the avr pkgsCross with libstdc++ available ? | 13:17:59 |
K900 | Uhh | 13:19:39 |
K900 | I'm not even sure libstdc++ supports 8-bit targets | 13:19:57 |
Alexandros Liarokapis | I had this working through https://gitlab.com/avr-libstdcxx a few years back for gcc-11 but was using docker back then. It's too niche really, so I don't have many hopes. | 13:22:57 |
emily | hthis is a silly question but… how do you actually specify all of build/host/target when instantiating Nixpkgs? | 13:25:11 |
emily | * this is a silly question but… how do you actually specify all of build/host/target when instantiating Nixpkgs? | 13:25:16 |
K900 | You don't | 13:28:53 |
K900 | You pass in system and crossSystem | 13:29:02 |
K900 | You can't actually specify all three | 13:29:07 |
emily | right, but then… | 13:31:50 |
emily | how do you actually build stuff for that combo? | 13:31:54 |
K900 | What do you mean? | 13:32:04 |
emily | let's say I want to build an x86 Linux rustc that targets AArch64 Linux on Darwin. how do I do that? | 13:32:10 |
K900 | I don't think we really expose Canadian cross like that | 13:32:54 |
emily | then how come we even support it :P | 13:33:11 |
emily | can you make it happen with pkgsCross ? | 13:33:17 |
emily | looks like no | 13:34:16 |
emily | at least not in the obvious way | 13:34:22 |
K900 | We don't really | 13:34:33 |
Alyssa Ross | pkgsCross is just wrapping instantiating nixpkgs with a crossSystem | 13:34:39 |
emily | we kinda do considering how much logic we have for three cross platforms… | 13:34:54 |
K900 | The whole build/host/target thing doesn't actually mean you can instantiate a nixpkgs for arbitrary build/host/target | 13:35:09 |