chore: update gitea deps

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-08-07 15:29:37 -05:00
parent 7056bcd69e
commit e360ccfada
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
in {
devShells = {
gitea-docusaurus = simpleShell (with pkgs; [nodejs gnumake]);
gitea = simpleShell (with pkgs; [poetry gnumake]);
gitea = simpleShell (with pkgs; [nodejs poetry gnumake]);
};
});
}