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.
treefmt
1 parent bbf0d1e commit af75e67Copy full SHA for af75e67
flake.nix
@@ -151,7 +151,7 @@
151
VERGEN_GIT_COMMIT_COUNT = toString (self.sourceInfo.revCount or 0);
152
VERGEN_GIT_COMMIT_DATE = self.sourceInfo.lastModifiedDate or "1970-01-01";
153
VERGEN_GIT_COMMIT_TIMESTAMP = toString (self.sourceInfo.lastModified or 0);
154
- VERGEN_GIT_DIRTY = lib.boolToString(self ? dirtyRev);
+ VERGEN_GIT_DIRTY = lib.boolToString (self ? dirtyRev);
155
VERGEN_GIT_BRANCH = "main";
156
157
# Build info
0 commit comments