diff options
author | Narice <[email protected]> | 2022-05-14 17:45:39 +0100 |
---|---|---|
committer | Narice <[email protected]> | 2022-05-14 22:15:37 +0100 |
commit | c14fa896e355073270b140f3cc36de8367b3dcb1 (patch) | |
tree | ca76178b041642d4456a1ed4871874f0026a230d | |
parent | cde66de09f25c0cbddad553385a871b1b7175ecf (diff) | |
download | Hyprland-c14fa896e355073270b140f3cc36de8367b3dcb1.tar.gz Hyprland-c14fa896e355073270b140f3cc36de8367b3dcb1.zip |
Fix overlay in flake.nix
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 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: |