<andi->
Yeah, ranting on IRC is a practice I see as my religion.
cole-h has joined #nixos-systemd
<cole-h>
flokli: Do you know which of our patches are required only for a successful boot? I'm thinking if I trim down the list to the bare minimum for boot (e.g. just long enough to see if the activation script succeeds without that fd 62 output), it'll go faster...
<flokli>
cole-h: can't you "instrument nixpkgs from outside"?
<flokli>
Eeh, Instrument systemd source from outside
<flokli>
Setting systemd.package to an override of the original drv with src pointing to a git worktree of systemd
<flokli>
IIRC, there wasn't much patch churn during the last release
<flokli>
Setting systemd.package should avoid a lot of rebuilds
<cole-h>
Oh, that's fair (and a good idea). Let's try.
<cole-h>
flokli: Welp, 0002 failed :P
<flokli>
Hehe
<cole-h>
Looks like 0002, 0005, 0007, and 0012 failed to apply (at the current point in bisection)
<cole-h>
flokli: Do you happen to know what fixed the "install to //etc/systemd" thing? That's where I'm failing now: `PermissionError: [Errno 13] Permission denied: '//etc/systemd'`