| 15 Jan 2026 |
K900 | @vcunat can we eat a gdb rebuild | 09:44:19 |
K900 | https://github.com/NixOS/nixpkgs/pull/480309 | 09:44:19 |
K900 | Or do I have to hack around it | 09:44:23 |
ghpzin | You can just change it keeping same order of configureFlags. I had https://github.com/NixOS/nixpkgs/pull/479763, but can close it. | 09:47:45 |
K900 | optional won't work good there | 09:48:05 |
K900 | Because it makes a nested list | 09:48:11 |
K900 | Which will explode on structuredAttrs | 09:48:23 |
K900 | etd | 09:48:24 |
K900 | * etc | 09:48:25 |
Vladimír Čunát | That's like 15k linux rebuilds in total? but given the progress we have I'd expect 5-10k wasted builds. | 09:48:35 |
K900 | It basically only works because of how dumb toString conversions on lists are | 09:48:36 |
K900 | You have to do like [...] ++ optional ... ++ [...] | 09:49:06 |
K900 | Which works sure but ugly | 09:49:10 |