Fix overlay in flake.nix

This commit is contained in:
Narice 2022-05-14 17:45:39 +01:00
parent cde66de09f
commit c14fa896e3

View File

@ -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: