Fix cute-api input

This commit is contained in:
Filippo Berto 2025-09-09 15:19:17 +02:00
parent 8a372544d4
commit 076291e119
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 2 additions and 3 deletions

View file

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