From 18c293ec5fb0eddc54fab5fb6eafe1f13b3105f3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 22 May 2026 12:56:10 -0700 Subject: [PATCH] Use upstream hyprutils --- nixos/flake.lock | 9 ++++----- nixos/flake.nix | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/nixos/flake.lock b/nixos/flake.lock index 51775110..e6ff7db7 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -1021,16 +1021,15 @@ ] }, "locked": { - "lastModified": 1779308261, + "lastModified": 1779475241, "narHash": "sha256-Nw4DN0A5krWNcPBvuWe5Gz2yuxsUUPiDgtu6SVPJQeU=", - "owner": "colonelpanic8", + "owner": "hyprwm", "repo": "hyprutils", - "rev": "a746e27373b81a0bd3f5c90853f45aad0369862a", + "rev": "3cd3972b2ee658a14d2610d8494e09259e530124", "type": "github" }, "original": { - "owner": "colonelpanic8", - "ref": "codex/spring-elapsed-time", + "owner": "hyprwm", "repo": "hyprutils", "type": "github" } diff --git a/nixos/flake.nix b/nixos/flake.nix index 181dc555..b956f8bc 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -107,7 +107,7 @@ hyprgraphics.follows = "hyprland/hyprgraphics"; hyprlang.follows = "hyprland/hyprlang"; hyprutils = { - url = "github:colonelpanic8/hyprutils/codex/spring-elapsed-time"; + url = "github:hyprwm/hyprutils"; inputs.nixpkgs.follows = "nixpkgs"; inputs.systems.follows = "systems"; };