diff options
author | Timon Schelling <[email protected]> | 2024-10-07 15:44:03 +0000 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-10-07 21:43:35 +0300 |
commit | 5bf7b1e1fadf743f41ec765f7545370e3d7ccf96 (patch) | |
tree | 36a743d04d84177bb8f98aba5f295c373c7884e2 /flake.lock | |
parent | 97444ed7a8a83406970fcc05907db1110435b59b (diff) | |
download | Hyprland-5bf7b1e1fadf743f41ec765f7545370e3d7ccf96.tar.gz Hyprland-5bf7b1e1fadf743f41ec765f7545370e3d7ccf96.zip |
flake.nix: add xdph follows
fixes a duplicate hyprland-protocols instance sometimes being created due to xdph not following hyprlands instance
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 29 |
1 files changed, 3 insertions, 26 deletions
@@ -78,31 +78,6 @@ "type": "github" } }, - "hyprland-protocols_2": { - "inputs": { - "nixpkgs": [ - "xdph", - "nixpkgs" - ], - "systems": [ - "xdph", - "systems" - ] - }, - "locked": { - "lastModified": 1721326555, - "narHash": "sha256-zCu4R0CSHEactW9JqYki26gy8h9f6rHmSwj4XJmlHgg=", - "owner": "hyprwm", - "repo": "hyprland-protocols", - "rev": "5a11232266bf1a1f5952d5b179c3f4b2facaaa84", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprland-protocols", - "type": "github" - } - }, "hyprlang": { "inputs": { "hyprutils": [ @@ -221,7 +196,9 @@ }, "xdph": { "inputs": { - "hyprland-protocols": "hyprland-protocols_2", + "hyprland-protocols": [ + "hyprland-protocols" + ], "hyprlang": [ "hyprlang" ], |