fix(build123d): fix pyright errors

This commit is contained in:
2026-04-27 20:53:55 -05:00
parent 0bd8cd1fb8
commit b28ed8c20f
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -107,6 +107,10 @@
packages = [
pyEnv
];
shellHook = ''
export PYTHONPATH="${pyEnv}/${pyEnv.sitePackages}:$PYTHONPATH"
'';
}
// cfg.devShell.extraAttrs);