guix: hardcode SOURCE_DATE_EPOCH

This commit is contained in:
tobtoht 2022-12-27 10:37:14 +01:00
parent 28b10cc371
commit 3c93c565fd

View file

@ -231,8 +231,7 @@ host_to_commonname() {
esac
}
# Determine the reference time used for determinism (overridable by environment)
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --format=%at -1)}"
SOURCE_DATE_EPOCH="1672070414"
# Precious directories are those which should not be cleaned between successive
# guix builds