Closed leierr closed 2 months ago
I believe this is because of the changes to the hyprland library you need to be at least 0.43 to use this plugin
Ahhh maaan, then I'll just have to wait, 0.43 does not work with NixOS stable's mesa/kernel.
Have you guys considered moving to a revision-based way of matching Hyprland version -> plugin version? Similar to how Hyprsplit does it:
hyprsplit = {
type = "git";
url = "https://github.com/shezdy/hyprsplit.git";
ref = "refs/tags/v0.41.2";
inputs.hyprland.follows = "hyprland";
};
I've never used NixOS, but you can get the source code before 0.42 from the git commit logs
Yea thats totally possible, and I made it work. Closing!!
Yea thats totally possible, and I made it work. Closing!!
How did you make it work? I'm on NixOS stable and would like to try out the plugin, but haven't been able to make it work. Could you paste your flake.nix and relevant part of your configuration?
flake.nix:
nixos-rebuild errors:
full derivation/build log: