Mark Dickie
Mark Dickie
Quick note by the way as I was looking into the udev rules and how to package them. As per this thread it seems that any package containing $out/lib/udev/rules.d/ will...
Actually I think line 86 in your package (default.nix) needs to become `cp ../udev/* $out/lib/udev/rules.d/` I'm testing it now though to see if it will work with sevices.udev.package
Yeah I have no idea if it's the udev rules or not. Something interesting though, if you used the extraRules option then based on this error report they may not...
I may have some fundamental misunderstanding when it's coming to the systemd unit and udev rules here. I'm not convinced that for me either are being applied. I manually run...
Okay took a bit of a different approach to this but I now have it working perfectly. I think the issue was indeed the udev rules. See attached files strip...
Somewhat related, I'm working on a Breezy-Desktop package also. I have the following attached which builds but shows an error on run.  [breezy-desktop.nix.txt](https://github.com/user-attachments/files/19960820/breezy-desktop.nix.txt)
That worked immediately. Fantastic, now I'll spend some time tidying all of this up. Eventually it would be good to have the overlay load the needed files directly from Github....