aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-08-16 15:00:18 +0300
committerMihai Fufezan <[email protected]>2023-08-16 18:46:57 +0300
commit19f3e927d9aab57706c38d5287cf42ff63ed4334 (patch)
tree509b1f23de1282cd047580ad41113f392710926e /flake.nix
parent78fa8adadc146a7efeebf63438c1140662484fba (diff)
downloadHyprland-19f3e927d9aab57706c38d5287cf42ff63ed4334.tar.gz
Hyprland-19f3e927d9aab57706c38d5287cf42ff63ed4334.zip
Nix: deprecate waybar-hyprland
Now merged in Nixpkgs, no reason to keep it here.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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: {