python env version fix for marimo

This commit is contained in:
m3tam3re
2025-10-14 20:45:04 +02:00
parent 11755d832f
commit a5f30c83b3
2 changed files with 5 additions and 5 deletions

View File

@@ -27,10 +27,6 @@
};
# Import all individual shell environments
rust = import ./rust.nix {inherit pkgs;};
python = import ./python.nix {inherit pkgs;};
nodejs = import ./nodejs.nix {inherit pkgs;};
go = import ./go.nix {inherit pkgs;};
web = import ./web.nix {inherit pkgs;};
devops = import ./devops.nix {inherit pkgs;};
}