flake.nix: add xdph follows

fixes a duplicate  hyprland-protocols instance sometimes being created due to xdph not following hyprlands instance
This commit is contained in:
Timon Schelling 2024-10-07 15:44:03 +00:00 committed by Mihai Fufezan
parent 97444ed7a8
commit 5bf7b1e1fa
2 changed files with 6 additions and 28 deletions

View file

@ -51,6 +51,7 @@
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
inputs.hyprland-protocols.follows = "hyprland-protocols";
inputs.hyprlang.follows = "hyprlang";
inputs.hyprutils.follows = "hyprutils";
inputs.hyprwayland-scanner.follows = "hyprwayland-scanner";
@ -98,13 +99,13 @@
inherit
(pkgsFor.${system})
# hyprland-packages
hyprland
hyprland-debug
hyprland-legacy-renderer
hyprland-unwrapped
# hyprland-extras
xdg-desktop-portal-hyprland
;
hyprland-cross = (pkgsCrossFor.${system} "aarch64-linux").hyprland;