Skip to content

Commit

Permalink
nix: Fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 1, 2024
1 parent ba3980a commit 5ead712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages = {
alot = pkgs.python3Packages.buildPythonApplication {
name = "alot";
version = "dev";
version = "0.10post-dev+${if self ? shortRev then self.shortRev else "dirty"}";
src = self;
pyproject = true;
outputs = [
Expand Down

0 comments on commit 5ead712

Please sign in to comment.