diff options
Diffstat (limited to 'contrib/guix/README.md')
-rw-r--r-- | contrib/guix/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md index 383c623b2c..3e2fc53c8e 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -110,9 +110,9 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum * _**SOURCE_DATE_EPOCH**_ - Override the reference timestamp used for bit-for-bit reproducibility, the - variable name conforms to [standard][r12e/source-date-epoch]. _(defaults to - the output of `$(git log --format=%at -1)`)_ + Override the reference UNIX timestamp used for bit-for-bit reproducibility, + the variable name conforms to [standard][r12e/source-date-epoch]. _(defaults + to the output of `$(git log --format=%at -1)`)_ * _**V**_ |