From 05048812e2db5f2ba29d9a4d54e639ca898fc137 Mon Sep 17 00:00:00 2001 From: xeals Date: Thu, 15 Oct 2020 19:47:10 +1100 Subject: [PATCH] Fix recursion in polybar --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index f36fe6e..f89a66c 100644 --- a/default.nix +++ b/default.nix @@ -76,7 +76,7 @@ rec { }; }); - polybar = polybar.overrideAttrs (oldAttrs: { + polybar = pkgs.polybar.overrideAttrs (oldAttrs: { # Enables an extra button in formatting, indirectly allowing the use of # the mouse forward and backward buttons. patches = (oldAttrs.patches or [ ]) ++ [ ./pkgs/applications/misc/polybar/9button.patch ];