feat(nix/package): extract package version from Cargo.toml #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "nix-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently when we update the version of a bot, we have to updste the
version in two places:
this will lead to version mismatches (and we currently have one for the
soko-command-bot).
To fix this issue, we stop hardcoding the version inside nix/version.nix
but extract it at built time from the respected Cargo.toml
name: 'PR-Template'
about: 'Standardized PRs'
Checklist
PR Description
...
Great idea! Let's merge it
Let's put it into nix-rust though
Pull request closed