Skip to content

Commit 969c4ab

Browse files
committed
Fix flake version string issue (#2406)
(cherry picked from commit ed490a2)
1 parent 3df27b9 commit 969c4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
else "${self.dirtyShortRev or "dirty"}";
2020

2121
# Add the commit to the version string for flake builds
22-
version = "${lastTag}-${revision}";
22+
version = "${lastTag}";
2323

2424
# Run `devbox run update-flake` to update the vendor-hash
2525
vendorHash =

0 commit comments

Comments
 (0)