{ blender-bin, pkgs ? import {} }: pkgs.mkShell { buildInputs = [ blender-bin.blender_3_5 pkgs.python ]; }