mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
use solution that is less likely to break
This commit is contained in:
parent
6f1bd21f63
commit
5639ba7204
2 changed files with 18 additions and 5 deletions
15
flake.lock
15
flake.lock
|
@ -173,7 +173,9 @@
|
|||
"hyprcursor": "hyprcursor",
|
||||
"hyprgraphics": "hyprgraphics",
|
||||
"hyprland-protocols": "hyprland-protocols",
|
||||
"hyprland-qtutils": "hyprland-qtutils",
|
||||
"hyprland-qtutils": [
|
||||
"hyprland-qtutils"
|
||||
],
|
||||
"hyprlang": "hyprlang",
|
||||
"hyprutils": "hyprutils",
|
||||
"hyprwayland-scanner": "hyprwayland-scanner",
|
||||
|
@ -281,6 +283,10 @@
|
|||
"hyprland-qt-support": [
|
||||
"hyprland-qt-support"
|
||||
],
|
||||
"hyprlang": [
|
||||
"hyprland",
|
||||
"hyprlang"
|
||||
],
|
||||
"hyprutils": [
|
||||
"hyprland",
|
||||
"hyprutils"
|
||||
|
@ -295,11 +301,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1737811848,
|
||||
"narHash": "sha256-WZ7LeiKHk5Y94MU5gHIWn0r8asWxYOvie4LqfCjVIZU=",
|
||||
"lastModified": 1737981711,
|
||||
"narHash": "sha256-lh6cL5D8nPplB3WovCQjLUZ7k7MViiBrMlpkfm4R7/c=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "hyprland-qtutils",
|
||||
"rev": "9c0831ff98856c0f312fcb8b57553fbe3dd34d5b",
|
||||
"rev": "96bf0677fa9cd13508294e3d4559dfbbc8beff73",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -658,6 +664,7 @@
|
|||
"hyprland": "hyprland",
|
||||
"hyprland-contrib": "hyprland-contrib",
|
||||
"hyprland-qt-support": "hyprland-qt-support",
|
||||
"hyprland-qtutils": "hyprland-qtutils",
|
||||
"hyprman": "hyprman",
|
||||
"jj": "jj",
|
||||
"lib-aggregate": "lib-aggregate",
|
||||
|
|
|
@ -86,7 +86,13 @@
|
|||
hyprland-qt-support.inputs.hyprlang.follows = "hyprland/hyprlang";
|
||||
hyprland-qt-support.inputs.nixpkgs.follows = "hyprland/nixpkgs";
|
||||
hyprland-qt-support.inputs.systems.follows = "hyprland/systems";
|
||||
hyprland.inputs.hyprland-qtutils.inputs.hyprland-qt-support.follows = "hyprland-qt-support";
|
||||
hyprland-qtutils.url = "github:hyprwm/hyprland-qtutils";
|
||||
hyprland-qtutils.inputs.hyprland-qt-support.follows = "hyprland-qt-support";
|
||||
hyprland-qtutils.inputs.hyprlang.follows = "hyprland/hyprlang";
|
||||
hyprland-qtutils.inputs.hyprutils.follows = "hyprland/hyprutils";
|
||||
hyprland-qtutils.inputs.nixpkgs.follows = "hyprland/nixpkgs";
|
||||
hyprland-qtutils.inputs.systems.follows = "hyprland/systems";
|
||||
hyprland.inputs.hyprland-qtutils.follows = "hyprland-qtutils";
|
||||
|
||||
systems.url = "github:nix-systems/x86_64-linux";
|
||||
hyprland.inputs.systems.follows = "systems";
|
||||
|
|
Loading…
Reference in a new issue