Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the Nix flake’s packaged flake-review application version from 0.1.0 to 0.1.1.
Changes:
- Updated the
flake-reviewderivationversioninflake.nix.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| flakeReview = python.pkgs.buildPythonApplication { | ||
| pname = "flake-review"; | ||
| version = "0.1.0"; | ||
| version = "0.1.1"; | ||
|
|
There was a problem hiding this comment.
The Nix derivation version was bumped to 0.1.1, but the project’s Python metadata still appears to be 0.1.0 (e.g., pyproject.toml project.version and flake_review/__init__.py __version__). This will leave the flake package version out of sync with the Python package/version reported at runtime. Consider sourcing the version from pyproject.toml (single source of truth) or bumping the Python metadata in the same change set.
Flake Review Results for #12Available systems: aarch64-darwin, aarch64-linux, x86_64-darwin, x86_64-linux 🔄 Modified (8)
Generated by flake-review |
No description provided.