don't define hyprland deps

This commit is contained in:
Daylin Morgan 2025-02-11 15:52:12 -06:00
parent ad87fd3d13
commit 734972e6a8
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 76 additions and 25 deletions

79
flake.lock generated
View file

@ -189,11 +189,9 @@
"hyprcursor": "hyprcursor", "hyprcursor": "hyprcursor",
"hyprgraphics": "hyprgraphics", "hyprgraphics": "hyprgraphics",
"hyprland-protocols": "hyprland-protocols", "hyprland-protocols": "hyprland-protocols",
"hyprland-qtutils": [ "hyprland-qtutils": "hyprland-qtutils",
"hyprland-qtutils" "hyprlang": "hyprlang_2",
], "hyprutils": "hyprutils_2",
"hyprlang": "hyprlang",
"hyprutils": "hyprutils",
"hyprwayland-scanner": "hyprwayland-scanner", "hyprwayland-scanner": "hyprwayland-scanner",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
@ -270,14 +268,17 @@
"inputs": { "inputs": {
"hyprlang": [ "hyprlang": [
"hyprland", "hyprland",
"hyprland-qtutils",
"hyprlang" "hyprlang"
], ],
"nixpkgs": [ "nixpkgs": [
"hyprland", "hyprland",
"hyprland-qtutils",
"nixpkgs" "nixpkgs"
], ],
"systems": [ "systems": [
"hyprland", "hyprland",
"hyprland-qtutils",
"systems" "systems"
] ]
}, },
@ -297,13 +298,8 @@
}, },
"hyprland-qtutils": { "hyprland-qtutils": {
"inputs": { "inputs": {
"hyprland-qt-support": [ "hyprland-qt-support": "hyprland-qt-support",
"hyprland-qt-support" "hyprlang": "hyprlang",
],
"hyprlang": [
"hyprland",
"hyprlang"
],
"hyprutils": [ "hyprutils": [
"hyprland", "hyprland",
"hyprutils" "hyprutils"
@ -332,6 +328,34 @@
} }
}, },
"hyprlang": { "hyprlang": {
"inputs": {
"hyprutils": "hyprutils",
"nixpkgs": [
"hyprland",
"hyprland-qtutils",
"nixpkgs"
],
"systems": [
"hyprland",
"hyprland-qtutils",
"systems"
]
},
"locked": {
"lastModified": 1737634606,
"narHash": "sha256-W7W87Cv6wqZ9PHegI6rH1+ve3zJPiyevMFf0/HwdbCQ=",
"owner": "hyprwm",
"repo": "hyprlang",
"rev": "f41271d35cc0f370d300413d756c2677f386af9d",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprlang",
"type": "github"
}
},
"hyprlang_2": {
"inputs": { "inputs": {
"hyprutils": [ "hyprutils": [
"hyprland", "hyprland",
@ -384,6 +408,35 @@
} }
}, },
"hyprutils": { "hyprutils": {
"inputs": {
"nixpkgs": [
"hyprland",
"hyprland-qtutils",
"hyprlang",
"nixpkgs"
],
"systems": [
"hyprland",
"hyprland-qtutils",
"hyprlang",
"systems"
]
},
"locked": {
"lastModified": 1737632363,
"narHash": "sha256-X9I8POSlHxBVjD0fiX1O2j7U9Zi1+4rIkrsyHP0uHXY=",
"owner": "hyprwm",
"repo": "hyprutils",
"rev": "006620eb29d54ea9086538891404c78563d1bae1",
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprutils",
"type": "github"
}
},
"hyprutils_2": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"hyprland", "hyprland",
@ -735,8 +788,6 @@
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"hyprland": "hyprland", "hyprland": "hyprland",
"hyprland-contrib": "hyprland-contrib", "hyprland-contrib": "hyprland-contrib",
"hyprland-qt-support": "hyprland-qt-support",
"hyprland-qtutils": "hyprland-qtutils",
"hyprman": "hyprman", "hyprman": "hyprman",
"jj": "jj", "jj": "jj",
"lib-aggregate": "lib-aggregate", "lib-aggregate": "lib-aggregate",

View file

@ -77,17 +77,17 @@
# zls.inputs.zig-overlay.follows = "zig-overlay"; # zls.inputs.zig-overlay.follows = "zig-overlay";
# further flake.lock minimization shenanigans # further flake.lock minimization shenanigans
hyprland-qt-support.url = "github:hyprwm/hyprland-qt-support"; # hyprland-qt-support.url = "github:hyprwm/hyprland-qt-support";
hyprland-qt-support.inputs.hyprlang.follows = "hyprland/hyprlang"; # hyprland-qt-support.inputs.hyprlang.follows = "hyprland/hyprlang";
hyprland-qt-support.inputs.nixpkgs.follows = "hyprland/nixpkgs"; # hyprland-qt-support.inputs.nixpkgs.follows = "hyprland/nixpkgs";
hyprland-qt-support.inputs.systems.follows = "hyprland/systems"; # hyprland-qt-support.inputs.systems.follows = "hyprland/systems";
hyprland-qtutils.url = "github:hyprwm/hyprland-qtutils"; # hyprland-qtutils.url = "github:hyprwm/hyprland-qtutils";
hyprland-qtutils.inputs.hyprland-qt-support.follows = "hyprland-qt-support"; # hyprland-qtutils.inputs.hyprland-qt-support.follows = "hyprland-qt-support";
hyprland-qtutils.inputs.hyprlang.follows = "hyprland/hyprlang"; # hyprland-qtutils.inputs.hyprlang.follows = "hyprland/hyprlang";
hyprland-qtutils.inputs.hyprutils.follows = "hyprland/hyprutils"; # hyprland-qtutils.inputs.hyprutils.follows = "hyprland/hyprutils";
hyprland-qtutils.inputs.nixpkgs.follows = "hyprland/nixpkgs"; # hyprland-qtutils.inputs.nixpkgs.follows = "hyprland/nixpkgs";
hyprland-qtutils.inputs.systems.follows = "hyprland/systems"; # hyprland-qtutils.inputs.systems.follows = "hyprland/systems";
hyprland.inputs.hyprland-qtutils.follows = "hyprland-qtutils"; # hyprland.inputs.hyprland-qtutils.follows = "hyprland-qtutils";
systems.url = "github:nix-systems/x86_64-linux"; systems.url = "github:nix-systems/x86_64-linux";
hyprland.inputs.systems.follows = "systems"; hyprland.inputs.systems.follows = "systems";