1 May 2024 |
John Ericson | but you/me/artemis/whoever can PR that after Alyssa does the final version number sign off | 01:29:47 |
John Ericson | or hell, can PR it right away, and then we can just nudge it to recompute the diff later | 01:30:08 |
| artemist changed their profile picture. | 02:11:32 |
John Ericson | https://github.com/NixOS/nixpkgs/pull/308138 here is the PR fwiw | 02:13:10 |
John Ericson | (I decided to just make it independent of the other one, rebasing can happen after they are both merged) | 02:13:27 |
| NixOS Moderation Botchanged room power levels. | 15:07:15 |
| Gavin changed their display name from Gavin R to Gavin. | 16:19:19 |
5 May 2024 |
| markus.lohmayer joined the room. | 06:55:00 |
6 May 2024 |
| checooh joined the room. | 09:59:07 |
| A2 joined the room. | 14:04:25 |
| Charles changed their display name from Charles ⚡️ to Charles. | 17:01:08 |
9 May 2024 |
| Sami Liedes joined the room. | 18:37:44 |
10 May 2024 |
| @kjeremy:matrix.org joined the room. | 15:10:59 |
| @kjeremy:matrix.org left the room. | 15:11:33 |
| EVA-01 changed their display name from tau to TAUPHI MORPHO. | 21:13:23 |
John Ericson | rhelmot: there is a nixfmt-rfc-style package in nixpkgs | 22:34:48 |
John Ericson | you can build that and run it on the subdir | 22:34:56 |
John Ericson | also, in other news, I am getting close to having OpenBSD cross working :) | 22:35:11 |
John Ericson | without any tools/compat , need to use other BSD tools and cross fingers hehe | 22:35:33 |
John Ericson | rhelmot: my only question about the unified patched source tree is whether that means patching any package will cause rebuilds all of them? | 22:39:20 |
John Ericson | but I think that is just me misunderstanding what you did | 22:39:29 |
rhelmot | yes, I believe the answer is yes | 22:45:40 |
rhelmot | I can think of a way to simplify this (we can filter the patches by whether they are for a relevant file in the filtered source and then apply them) but... that seems complicated. do you think it's worth it? | 22:47:30 |
John Ericson | rhelmot: how often do we need to apply the same patch for more than one package? | 22:49:06 |
rhelmot | rarely | 22:49:13 |
John Ericson | if the answer is basically never we could have a dir of dirs per package? | 22:49:22 |
John Ericson | and then just collect all the patches in each subdir? | 22:49:29 |
John Ericson | and use that? | 22:49:31 |
John Ericson | (or was that your middle version?) | 22:49:39 |
rhelmot | actually I have a much better middle version | 22:50:34 |