aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.lock
diff options
context:
space:
mode:
authorTimon Schelling <[email protected]>2024-10-07 15:44:03 +0000
committerMihai Fufezan <[email protected]>2024-10-07 21:43:35 +0300
commit5bf7b1e1fadf743f41ec765f7545370e3d7ccf96 (patch)
tree36a743d04d84177bb8f98aba5f295c373c7884e2 /flake.lock
parent97444ed7a8a83406970fcc05907db1110435b59b (diff)
downloadHyprland-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.lock29
1 files changed, 3 insertions, 26 deletions
diff --git a/flake.lock b/flake.lock
index 2579dd11..2f9fbbc6 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
],