Pedro Lara Campos
Pedro Lara Campos
If a Nixpkgs' kernel evals with this, then ours should too. Looks like something the `(?)` operator should be able to deal with. Can you open a PR?
@razzeee Sorry, busy week, I can add a server setting for that (ignore dot folders) in a PR. But, is it better than?: 1. exposing a setting to increase the...
Just to be sure: does it work with `kernelPackages = pkgs.linuxPackages_6_12;`?
Which kernel configs are required for Plymouth? Do you guys have some error in `dmesg`?
Oh, then it's something in Nixpkgs' nixosModules. Probably asserting some kernel version/passthru that I missed.
I wrote a test VM, and it works perfectly: ```sh cd /tmp nix build -L github:chaotic-cx/nyx#linux_cachyos.passthru.tests.plymouth.driverInteractive \ && result/bin/nixos-test-driver ```
The only thing out-of-ordinary here, is that the virtualisation stuff adds a `console=tty0`, and so I needed this line: https://github.com/chaotic-cx/nyx/blob/1109c2cfdd262417b4d8148aa3cc1228679d9270/pkgs/linux-cachyos/test.nix#L61
I'm now daily driving Plymouth without issues (except a resolution change after systemd-boot, and stage-2 making it disappear). If someone can reproduce the issue originally described here (by editing `pkgs/linux-cachyos/test.nix`),...
> @PedroHLC I saw that in the repo, you had made a PKGBUILD for gnome-git-meta but haven't updated it from the placeholder PKGBUILD: https://github.com/chaotic-aur/pkgbuild-gnome-git-meta What's blocking you from doing a...
> How hard would it be to make something like this? Considering yall have kde-git. Open a PR :smile: