Skip to content

Commit 8dff3e4

Browse files
committed
contrib: guix: Clarify SOURCE_DATE_EPOCH.
1 parent 3e80ec3 commit 8dff3e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/guix/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum
110110

111111
* _**SOURCE_DATE_EPOCH**_
112112

113-
Override the reference timestamp used for bit-for-bit reproducibility, the
114-
variable name conforms to [standard][r12e/source-date-epoch]. _(defaults to
115-
the output of `$(git log --format=%at -1)`)_
113+
Override the reference UNIX timestamp used for bit-for-bit reproducibility,
114+
the variable name conforms to [standard][r12e/source-date-epoch]. _(defaults
115+
to the output of `$(git log --format=%at -1)`)_
116116

117117
* _**V**_
118118

0 commit comments

Comments
 (0)