- Replace hardcoded python311 references with generic python3 to avoid minor version pinning and ensure consistent interpreter selection across systems. - Use python.pkgs instead of python311Packages in the build pipeline. - Update devShell to use python3.withPackages, including pip and pyyaml. - Add Python version echo in shellHook for improved debugging. - Remove cli re-export from src/pkgmgr/__init__.py to eliminate heavy side-effects during import and prevent premature config loading in tests.
3.4 KiB
3.4 KiB