diff --git a/flake.lock b/flake.lock index 70b8b4e5..6bdc1a21 100644 --- a/flake.lock +++ b/flake.lock @@ -45,17 +45,16 @@ ] }, "locked": { - "lastModified": 1699480173, + "lastModified": 1699515456, "narHash": "sha256-7gCpr2uj2FPLcClnD7Y60h7tZ9WEHBKdPgrQYPzUwn8=", "owner": "accentor", "repo": "api", - "rev": "c410fdc82f747c24555c0e9f39f942720c0e6204", + "rev": "c742e60aa0da9bafb496e2edc979dcd8d4f8f40e", "type": "github" }, "original": { "owner": "accentor", "repo": "api", - "rev": "c410fdc82f747c24555c0e9f39f942720c0e6204", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 84ae9e0e..3bd38ae3 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ }; }; accentor-api = { - url = "github:accentor/api/c410fdc82f747c24555c0e9f39f942720c0e6204"; + url = "github:accentor/api"; inputs = { devshell.follows = "devshell"; flake-utils.follows = "flake-utils";