Archit Gupta
Archit Gupta
Yeah, a folder name could be used. A flakelight module could add a `nixosModulesFn` option or something, which would automatically work with autoloading.
Hey, sorry, missed the notification for this. Thanks! For the `self` argument, it gets passed if you use `inherit inputs` like here: https://github.com/nix-community/flakelight/blob/5983f517f942b8ca177b678f3f102c8b56ab791c/API_GUIDE.md?plain=1#L106-L115 I'll make the docs more clear there....
Updated docs for passing inputs; still need to write template for modules.
@daniel-sampliner I've pushed a1e3b8bc3e09dd5d019484d59c05edff7019fb70, which makes all args available through `moduleArgs`. Copying the above example, previously you had to also set your arg on `moduleArgs` for it to be available:...
Huh, seems the module system doesn't merge args; AFAIK it used to but I may be wrong. Well, shouldn't be needed now since its set to all args.
First issue is actually exactly why I added `postResumeCommands` to nixpkgs; nice to see it put in use.
I'm also seeing this issue, also on a Raspberry Pi 4. It occurs consistently, a few seconds after my system makes it to the login prompt.
I'll give it a test over the weekend, thanks!
Unfortunately, this does not fix the issue for me :(
I am on `6.1.57-hardened1` on NixOS. I have LKRG built into the kernel. It is easy to reproduce. If I have default settings, a few seconds after boot, the device...