| 11 Jul 2025 |
| felschr left the room. | 16:52:34 |
| 14 Jul 2025 |
| znaniye joined the room. | 13:17:33 |
znaniye | Hey, what can i do if i need to overrideAttrs nugetDeps? Has anyone here ever been in this situation? | 16:59:18 |
K900 | Why? | 17:19:22 |
Corngood | Is it definitely broken? I'd like it to work. | 17:21:19 |
znaniye | Due to this, i mean.
Overriding nugetDeps is just one example that caused issue. For example overriding projectFile wouldn't work either...
| 17:33:00 |
znaniye | Or any other attribute from that list | 17:34:14 |
Corngood | I guess we either need to pass all these attributes through, or add something like `overridePythonAttrs`.
I don't love either of those options | 18:03:47 |
GGG | probably something like overrideDotnetAttrs | 18:04:18 |
GGG | making it works with plain overrideAttrs would require to move any and all logic done in nix in buildDotnetModule over to bash which would make it much worse | 18:05:04 |
Corngood | It doesn't actually have to be in bash, but it needs to use finalAttrs, and stuff would get leaked into bash | 18:24:14 |
GGG | that feels like it'd end up being a major mess | 18:24:38 |