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"; };