We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df27b9 commit 969c4abCopy full SHA for 969c4ab
flake.nix
@@ -19,7 +19,7 @@
19
else "${self.dirtyShortRev or "dirty"}";
20
21
# Add the commit to the version string for flake builds
22
- version = "${lastTag}-${revision}";
+ version = "${lastTag}";
23
24
# Run `devbox run update-flake` to update the vendor-hash
25
vendorHash =
0 commit comments