From c14fa896e355073270b140f3cc36de8367b3dcb1 Mon Sep 17 00:00:00 2001 From: Narice Date: Sat, 14 May 2022 17:45:39 +0100 Subject: [PATCH] Fix overlay in flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: