use good openapi tool

This commit is contained in:
zoe 2023-07-04 18:53:39 +02:00
parent 2879ca771e
commit cffe8d38cf
3 changed files with 10 additions and 1 deletions

6
package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "nixos",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}

1
package.json Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -148,7 +148,6 @@ in {
nodePackages_latest.vscode-langservers-extracted
nodePackages_latest.svelte-language-server
nodePackages_latest.svelte-check
swagger-codegen
## rust
cargo-watch
llvmPackages_rocm.clang
@ -164,6 +163,9 @@ in {
gopls
delve
## swagger
openapi-generator-cli
## python
(python311.withPackages my-python-packages)
python39