aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNarice <[email protected]>2022-05-14 17:45:39 +0100
committerNarice <[email protected]>2022-05-14 22:15:37 +0100
commitc14fa896e355073270b140f3cc36de8367b3dcb1 (patch)
treeca76178b041642d4456a1ed4871874f0026a230d
parentcde66de09f25c0cbddad553385a871b1b7175ecf (diff)
downloadHyprland-c14fa896e355073270b140f3cc36de8367b3dcb1.tar.gz
Hyprland-c14fa896e355073270b140f3cc36de8367b3dcb1.zip
Fix overlay in flake.nix
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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: