diff --git a/flake.lock b/flake.lock index 6169f25..daebec8 100644 --- a/flake.lock +++ b/flake.lock @@ -145,14 +145,13 @@ "locked": { "lastModified": 1757068686, "narHash": "sha256-40EXiSUt+WCKowB+XWoobdEvMUCyKPjqOmPTSTZJCbQ=", - "ref": "main", + "ref": "refs/heads/main", "rev": "353003948ace1e75c10aaf5d8bcb65a0af5295b3", "revCount": 10, "type": "git", "url": "ssh://git@gitlab.com/bertof/cute-api.git" }, "original": { - "ref": "main", "type": "git", "url": "ssh://git@gitlab.com/bertof/cute-api.git" } diff --git a/flake.nix b/flake.nix index 4c1dc1f..b0444ac 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ # agenix-rekey.url = "github:oddlama/agenix-rekey"; # TODO # emanote.url = "github:srid/emanote"; cute-api = { - url = "git+ssh://git@gitlab.com/bertof/cute-api.git?ref=main"; + url = "git+ssh://git@gitlab.com/bertof/cute-api.git"; inputs.nixpkgs.follows = "nixpkgs"; }; };