Compare commits

...

1 Commits

Author SHA1 Message Date
05048812e2
Fix recursion in polybar
Some checks failed
continuous-integration/drone/push Build is failing
2020-10-15 19:47:10 +11:00

View File

@ -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 ];