| 29 Jul 2025 |
emily | (or just do that unconditionally and trim down some closures/split outputs :P) | 14:04:04 |
@marcel:envs.net | Idk do you see any alternatives that should currently be doable? Specifying every store path that's necessary? Building a static binary of ifstate? Idk if that's possible using python | 14:19:24 |
K900 | You can't build a static binary with Python | 14:19:48 |
K900 | You can probably drag all of Python into initrd | 14:19:54 |
K900 | If you're OK with having a 100MB+ initrd | 14:19:59 |
@marcel:envs.net | In reply to @k900:0upti.me If you're OK with having a 100MB+ initrd I mean it wasn't a problem until now | 14:20:18 |
hexa | yeah, python is all about propagating dependencies into a pythonpath | 14:20:20 |
@marcel:envs.net | In reply to @k900:0upti.me You can't build a static binary with Python Yeah I know but for windows these things exist which encapsulate you whole python stuff into one exe | 14:20:50 |
hexa | people will create their 512 MiB efi partition and then be surprised why the initrd is so damn huge | 14:20:50 |
K900 | Well then presumably you can still do that | 14:21:06 |