mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 07:25:58 +01:00
Fix overlay in flake.nix
This commit is contained in:
parent
cde66de09f
commit
c14fa896e3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue