fix(waybar): Pin to 0.9.24 until issue is fixed

Pin to v0.9.24 due to https://github.com/Alexays/Waybar/issues/3009 . PR
is on the way so this should be fixed soon!
This commit is contained in:
Jalil David Salamé Messina 2024-03-19 08:38:01 +01:00
parent 59ac444c39
commit 796532cd20
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 197 additions and 0 deletions

View file

@ -85,6 +85,8 @@
neovim-nightly = neovim-nightly.overlays.default;
jpassmenu = jpassmenu.overlays.default;
audiomenu = audiomenu.overlays.default;
# Pin to v0.9 due to https://github.com/Alexays/Waybar/issues/3009
"waybar-0.9" = final: prev: { waybar = final.callPackage ./waybar.nix { }; };
};
# Nix files formatter (run `nix fmt`)