feat(cad): add the 3dfiles package and the original drive shaft mount
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user