guix: update time-machine to 160f78a4d92205df986ed9efcce7d3aac188cb24

This commit is contained in:
tobtoht 2023-09-07 10:48:43 +02:00
parent ec3beca980
commit d248c3d665
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
2 changed files with 3 additions and 2 deletions

View file

@ -58,7 +58,8 @@ BASEPREFIX="${PWD}/contrib/depends"
store_path() {
grep --extended-regexp "/[^-]{32}-${1}-[^-]+${2:+-${2}}" "${GUIX_ENVIRONMENT}/manifest" \
| head --lines=1 \
| sed --expression='s|^[[:space:]]*"||' \
| sed --expression='s|\x29*$||' \
--expression='s|^[[:space:]]*"||' \
--expression='s|"[[:space:]]*$||'
}

View file

@ -51,7 +51,7 @@ fi
time-machine() {
# shellcheck disable=SC2086
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
--commit=998eda3067c7d21e0d9bb3310d2f5a14b8f1c681 \
--commit=160f78a4d92205df986ed9efcce7d3aac188cb24 \
--cores="$JOBS" \
--keep-failed \
--fallback \