Signed-off-by: jolheiser <john.olheiser@gmail.com>
@ -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]);
};
});
}