From 4257ee5e6effcd250c72e202b2f6c342f772cdec Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 9 Nov 2023 15:04:30 +0100 Subject: [PATCH] accentor: unpin api --- flake.lock | 5 ++--- flake.nix | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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";