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