Skip to content

Commit af75e67

Browse files
committed
style(nix): apply treefmt formatting
1 parent bbf0d1e commit af75e67

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
@@ -151,7 +151,7 @@
151151
VERGEN_GIT_COMMIT_COUNT = toString (self.sourceInfo.revCount or 0);
152152
VERGEN_GIT_COMMIT_DATE = self.sourceInfo.lastModifiedDate or "1970-01-01";
153153
VERGEN_GIT_COMMIT_TIMESTAMP = toString (self.sourceInfo.lastModified or 0);
154-
VERGEN_GIT_DIRTY = lib.boolToString(self ? dirtyRev);
154+
VERGEN_GIT_DIRTY = lib.boolToString (self ? dirtyRev);
155155
VERGEN_GIT_BRANCH = "main";
156156

157157
# Build info

0 commit comments

Comments
 (0)