waybar: use version from nixos-23.05
This commit is contained in:
parent
23e9c1b74f
commit
4f1d6a1c28
|
@ -1,6 +0,0 @@
|
|||
channels: final: prev: {
|
||||
waybar = channels.latest.waybar.overrideAttrs (oldAttrs: rec {
|
||||
inherit (prev.sources.waybar-nvfetcher) version src;
|
||||
mesonFlags = oldAttrs.mesonFlags ++ ["-Dcava=disabled"];
|
||||
});
|
||||
}
|
|
@ -34,7 +34,3 @@ fetch.github = "zeekay/vim-beautify"
|
|||
[vim-apprentice-nvfetcher]
|
||||
src.git = "https://github.com/romainl/Apprentice"
|
||||
fetch.github = "romainl/Apprentice"
|
||||
|
||||
[waybar-nvfetcher]
|
||||
src.git = "https://github.com/Alexays/Waybar"
|
||||
fetch.github = "Alexays/Waybar"
|
||||
|
|
Loading…
Reference in a new issue