add blender and bpy to independent packages

This commit is contained in:
brothermechanic 2024-06-25 09:15:24 +03:00
parent cc723b1bb2
commit 327d559f71
No known key found for this signature in database
GPG key ID: 9C59EF9503ACD106

View file

@ -180,7 +180,7 @@
}; };
packages = { packages = {
inherit unified-planning test-script cad-gen cg-gen; inherit unified-planning test-script cad-gen cg-gen blender bpy;
}; };
devShells.ci = pkgs.mkShell { buildInputs = [ pkgs.jq ]; }; devShells.ci = pkgs.mkShell { buildInputs = [ pkgs.jq ]; };