tpwrules / nixos-apple-silicon

Resources to install NixOS bare metal on Apple Silicon Macs
MIT License
757 stars 76 forks source link

Add uinput as a module #24

Closed natsukagami closed 1 year ago

natsukagami commented 1 year ago

I wonder why it was not included, as it was part of https://github.com/AsahiLinux/PKGBUILDs config. I needed it for input-remapper.

tpwrules commented 1 year ago

Thanks for this. The kernel config is still in a bit of a sorry state and is based on a pretty early and old revision of that config.

I would appreciate a better one but I don't know too much about good options. Building a full NixOS kernel with its default config takes forever which is why I haven't done it so far.

luxus commented 1 year ago

can you not let ci build it? :D

tpwrules commented 1 year ago

That's one of the constraints, CI time is limited to 6 hours on a 2 core processor for the whole image. I admit I haven't tried but based on how long things take on my personal machines a full kernel build could exceed that.