Fix cute-api input
This commit is contained in:
parent
8a372544d4
commit
076291e119
2 changed files with 2 additions and 3 deletions
3
flake.lock
generated
3
flake.lock
generated
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue