feat(cad): add the 3dfiles package and the original drive shaft mount

This commit is contained in:
2026-06-24 18:57:01 -05:00
parent d02fcbd2a6
commit 3106176caa
3 changed files with 43 additions and 0 deletions
+9
View File
@@ -21,6 +21,7 @@
flake-parts.lib.mkFlake {inherit inputs;} {
imports = [
project-templates.flakeModules.rust-esp32-c6
project-templates.flakeModules.cad
];
systems = ["aarch64-linux" "x86_64-linux" "aarch64-darwin"];
@@ -37,6 +38,14 @@
# runtimeDeps = with pkgs; [];
# buildDeps = with pkgs; [];
};
krantz.cad = {
enable = true;
builder = ./cad/build.py;
devShell.name = "cad";
package.name = "3dfiles";
};
};
};
}