Use upstream hyprutils

This commit is contained in:
2026-05-22 12:56:10 -07:00
parent 2e523750e2
commit 18c293ec5f
2 changed files with 5 additions and 6 deletions

9
nixos/flake.lock generated
View File

@@ -1021,16 +1021,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1779308261, "lastModified": 1779475241,
"narHash": "sha256-Nw4DN0A5krWNcPBvuWe5Gz2yuxsUUPiDgtu6SVPJQeU=", "narHash": "sha256-Nw4DN0A5krWNcPBvuWe5Gz2yuxsUUPiDgtu6SVPJQeU=",
"owner": "colonelpanic8", "owner": "hyprwm",
"repo": "hyprutils", "repo": "hyprutils",
"rev": "a746e27373b81a0bd3f5c90853f45aad0369862a", "rev": "3cd3972b2ee658a14d2610d8494e09259e530124",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "colonelpanic8", "owner": "hyprwm",
"ref": "codex/spring-elapsed-time",
"repo": "hyprutils", "repo": "hyprutils",
"type": "github" "type": "github"
} }

View File

@@ -107,7 +107,7 @@
hyprgraphics.follows = "hyprland/hyprgraphics"; hyprgraphics.follows = "hyprland/hyprgraphics";
hyprlang.follows = "hyprland/hyprlang"; hyprlang.follows = "hyprland/hyprlang";
hyprutils = { hyprutils = {
url = "github:colonelpanic8/hyprutils/codex/spring-elapsed-time"; url = "github:hyprwm/hyprutils";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";
}; };