Skip to content

Commit b032602

Browse files
committed
guix: bump time-machine to 3cd1c8769c618cab07181c6a4807792a371f0b2e
1 parent bb7715f commit b032602

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

contrib/guix/guix-build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ EOF
449449
--keep-failed \
450450
--fallback \
451451
--link-profile \
452+
--writable-root \
452453
--root="$(profiledir_for_host "${HOST}")" \
453454
${SUBSTITUTE_URLS:+--substitute-urls="$SUBSTITUTE_URLS"} \
454455
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \

contrib/guix/libexec/prelude.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
time-machine() {
5252
# shellcheck disable=SC2086
5353
guix time-machine --url=https://codeberg.org/guix/guix.git \
54-
--commit=639f79952e51a58b7fbca2a826dcc3df162300c1 \
54+
--commit=3cd1c8769c618cab07181c6a4807792a371f0b2e \
5555
--cores="$JOBS" \
5656
--keep-failed \
5757
--fallback \

contrib/guix/manifest.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(gnu packages bash)
44
(gnu packages bison)
55
((gnu packages build-tools) #:select (meson))
6-
((gnu packages certs) #:select (nss-certs))
6+
((gnu packages nss) #:select (nss-certs))
77
((gnu packages cmake) #:select (cmake-minimal))
88
(gnu packages commencement)
99
(gnu packages compression)

0 commit comments

Comments
 (0)