remove python from all packages devshell
This commit is contained in:
parent
5b8cd6e4ad
commit
3ae3ee190c
1 changed files with 1 additions and 2 deletions
|
@ -174,7 +174,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.all = pkgs.mkShell {
|
devShells.all = pkgs.mkShell {
|
||||||
packages = [ mayo blender bpy pysdf fstl ];
|
packages = [ blender fstl mayo ];
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.perception =
|
devShells.perception =
|
||||||
|
@ -194,7 +194,6 @@
|
||||||
devShells.default =
|
devShells.default =
|
||||||
let
|
let
|
||||||
my-python-packages = p: with p; [
|
my-python-packages = p: with p; [
|
||||||
pysdf
|
|
||||||
unified-planning
|
unified-planning
|
||||||
pybullet
|
pybullet
|
||||||
scipy
|
scipy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue