python env version fix for marimo
This commit is contained in:
@@ -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;};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user