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 {
|
||||
packages = [ mayo blender bpy pysdf fstl ];
|
||||
packages = [ blender fstl mayo ];
|
||||
};
|
||||
|
||||
devShells.perception =
|
||||
|
@ -194,7 +194,6 @@
|
|||
devShells.default =
|
||||
let
|
||||
my-python-packages = p: with p; [
|
||||
pysdf
|
||||
unified-planning
|
||||
pybullet
|
||||
scipy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue