From 5639ba7204affe7c84a0219b4e1dab8fa92b0ed9 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 28 Jan 2025 14:36:15 -0600 Subject: [PATCH] use solution that is less likely to break --- flake.lock | 15 +++++++++++---- flake.nix | 8 +++++++- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 90243e9..fbace18 100644 --- a/flake.lock +++ b/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", diff --git a/flake.nix b/flake.nix index 1a4098b..188e710 100644 --- a/flake.nix +++ b/flake.nix @@ -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";