All setup done for this one it seems

This commit is contained in:
Lillian Violet 2024-09-04 10:48:39 +02:00
parent c1c14e1ce9
commit 4e673b8b0a

View file

@ -18,7 +18,7 @@
default = pkgs.mkShell { default = pkgs.mkShell {
venvDir = "venv"; venvDir = "venv";
packages = with pkgs; packages = with pkgs;
[python311 virtualenv] [python311 virtualenv azure-cli]
++ (with pkgs.python311Packages; [ ++ (with pkgs.python311Packages; [
pip pip
python-lsp-server python-lsp-server