From 216bfefd9ffba46d98e9bc1aaf9d6c10047a688f Mon Sep 17 00:00:00 2001 From: Lenivaya Date: Thu, 15 Feb 2024 13:03:11 +0200 Subject: [PATCH] fix: add libepoxy to default nix overlay --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 414cacc..943c45e 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ picom = super.picom.overrideAttrs (oldAttrs: rec { pname = "picom"; buildInputs = [ - self.pcre2 self.xorg.xcbutil + self.pcre2 self.xorg.xcbutil self.libepoxy ] ++ self.lib.remove self.xorg.libXinerama ( self.lib.remove self.pcre oldAttrs.buildInputs );