feat(build123d): make the first working version of the build123d template

This commit is contained in:
2026-04-27 17:26:14 -05:00
parent e2f2abb1ac
commit 28b32ca0fa
11 changed files with 310 additions and 358 deletions
+2 -3
View File
@@ -28,10 +28,9 @@
perSystem = {pkgs, ...}: {
krantz.build123d = {
enable = true;
# src = ./.;
# runtimeDeps = with pkgs; [];
# buildDeps = with pkgs; [];
objectName = "box";
builder = ./build3d.py;
};
};
};