We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e8a84 commit 9e5af41Copy full SHA for 9e5af41
packages/waybar.nix
@@ -0,0 +1,8 @@
1
+# TODO https://github.com/Alexays/Waybar/pull/3959
2
+pkgs: pkgs.waybar.overrideAttrs (old: {
3
+ src = pkgs.fetchFromGitHub {
4
+ inherit (old.src) owner repo;
5
+ rev = "5e4dac1c0aebd6c4ad1f358f09e1cfd06a95d529";
6
+ hash = "sha256-W5LLXmz3l7DIDC1A9eQiexXpEWumrrnqbfWsfgFWMXM=";
7
+ };
8
+})
0 commit comments