simplify shell

This commit is contained in:
Peder Bergebakken Sundt 2023-06-24 15:15:38 +02:00
parent 3a1efcb8ea
commit e62457cdb4
1 changed files with 9 additions and 8 deletions

View File

@ -9,12 +9,13 @@ pkgs.mkShell {
sass sass
libxslt libxslt
nim nim
] ++ (with python3Packages; [ (python3.withPackages (ps: with ps; [
libxml2 libxml2
rich rich
httpx httpx
typer typer
# dev-only # dev-only
python-lsp-server python-lsp-server
]); ]))
];
} }