From 19f3e927d9aab57706c38d5287cf42ff63ed4334 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Wed, 16 Aug 2023 15:00:18 +0300 Subject: Nix: deprecate waybar-hyprland Now merged in Nixpkgs, no reason to keep it here. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b814f175..3275604d 100644 --- a/flake.nix +++ b/flake.nix @@ -69,12 +69,12 @@ # hyprland-extras xdg-desktop-portal-hyprland hyprland-share-picker - waybar-hyprland # dependencies hyprland-protocols wlroots-hyprland udis86 ; + waybar-hyprland = lib.warn "The `waybar-hyprland` package is now in Nixpkgs" pkgsFor.${system}.waybar-hyprland; }); devShells = eachSystem (system: { -- cgit v1.2.3