diff options
author | Mihai Fufezan <[email protected]> | 2023-08-16 15:00:18 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-08-16 18:46:57 +0300 |
commit | 19f3e927d9aab57706c38d5287cf42ff63ed4334 (patch) | |
tree | 509b1f23de1282cd047580ad41113f392710926e /flake.nix | |
parent | 78fa8adadc146a7efeebf63438c1140662484fba (diff) | |
download | Hyprland-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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: { |