All setup done for this one it seems
This commit is contained in:
parent
c1c14e1ce9
commit
4e673b8b0a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue