Compare commits

..

3 Commits

Author SHA1 Message Date
reed 2cd98fa71c refactor(build123d): removed unused parameter 2026-04-27 22:28:57 -05:00
reed a2f8bb836f feat(build123d): fix pyright errors 2026-04-27 20:53:55 -05:00
reed 96ae205e2e feat(build123d): add .envrc to the template 2026-04-27 20:53:20 -05:00
+1 -1
View File
@@ -7,7 +7,7 @@
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
project-templates = { project-templates = {
url = "git+ssh://gitea@git.krantz.one/reed/project-templates"; url = "path:///home/reed/code/project-templates";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts"; inputs.flake-parts.follows = "flake-parts";
}; };