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

3
flake.lock generated
View file

@ -145,14 +145,13 @@
"locked": { "locked": {
"lastModified": 1757068686, "lastModified": 1757068686,
"narHash": "sha256-40EXiSUt+WCKowB+XWoobdEvMUCyKPjqOmPTSTZJCbQ=", "narHash": "sha256-40EXiSUt+WCKowB+XWoobdEvMUCyKPjqOmPTSTZJCbQ=",
"ref": "main", "ref": "refs/heads/main",
"rev": "353003948ace1e75c10aaf5d8bcb65a0af5295b3", "rev": "353003948ace1e75c10aaf5d8bcb65a0af5295b3",
"revCount": 10, "revCount": 10,
"type": "git", "type": "git",
"url": "ssh://git@gitlab.com/bertof/cute-api.git" "url": "ssh://git@gitlab.com/bertof/cute-api.git"
}, },
"original": { "original": {
"ref": "main",
"type": "git", "type": "git",
"url": "ssh://git@gitlab.com/bertof/cute-api.git" "url": "ssh://git@gitlab.com/bertof/cute-api.git"
} }

View file

@ -28,7 +28,7 @@
# agenix-rekey.url = "github:oddlama/agenix-rekey"; # TODO # agenix-rekey.url = "github:oddlama/agenix-rekey"; # TODO
# emanote.url = "github:srid/emanote"; # emanote.url = "github:srid/emanote";
cute-api = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };