diff --git a/flake.nix b/flake.nix index 91dfc5f0..afaaaf38 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ overlay = final: prev: { hyprland = prev.callPackage self { src = self; - inherit (nixpkgs-wayland.overlay.waylandPkgs) wlroots; + wlroots = (nixpkgs-wayland.overlay final prev).wlroots; }; }; } // utils.lib.eachDefaultSystem (system: