python
This commit is contained in:
parent
fcc8c57b5e
commit
d5ed24de97
3 changed files with 20 additions and 13 deletions
|
|
@ -1,5 +1,12 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python310Packages.python-lsp-server
|
||||
sqlite
|
||||
unstable.sqlx-cli
|
||||
unstable.ruff
|
||||
unstable.ruff-lsp
|
||||
pypy3
|
||||
python3
|
||||
# unstable.swagger-cli
|
||||
# swagger-codegen
|
||||
sshfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue