simplify shell

main
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
libxslt
nim
] ++ (with python3Packages; [
libxml2
rich
httpx
typer
# dev-only
python-lsp-server
]);
(python3.withPackages (ps: with ps; [
libxml2
rich
httpx
typer
# dev-only
python-lsp-server
]))
];
}