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
+6
View File
@@ -12,6 +12,12 @@
};
crane.url = "github:ipetkov/crane";
cadquery = {
url = "github:vinszent/cq-flake";
# unfortunately dependencies are out of date so this needs it's own nixpkgs
# inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {flake-parts, ...} @ inputs: