remove python from all packages devshell

This commit is contained in:
Igor Brylyov 2024-03-05 14:25:41 +03:00
parent 5b8cd6e4ad
commit 3ae3ee190c

View file

@ -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