Skip to content

Commit b8ee310

Browse files
committed
style(nix): apply treefmt formatting
1 parent 2f2df66 commit b8ee310

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@
145145
# environment variables
146146
env = {
147147
# Git info
148-
VERGEN_GIT_SHA = builtins.replaceStrings ["-dirty"] [""] (self.rev or self.dirtyRev or "unknown");
148+
VERGEN_GIT_SHA = builtins.replaceStrings [ "-dirty" ] [ "" ] (
149+
self.rev or self.dirtyRev or "unknown"
150+
);
149151
VERGEN_GIT_COMMIT_COUNT = toString (self.sourceInfo.revCount or 0);
150152
VERGEN_GIT_COMMIT_DATE = self.sourceInfo.lastModifiedDate or "1970-01-01";
151153
VERGEN_GIT_COMMIT_TIMESTAMP = toString (self.sourceInfo.lastModified or 0);

0 commit comments

Comments
 (0)