guix: bump time-machine to 3cd1c8769c618cab07181c6a4807792a371f0b2e
authortobtoht <tob@featherwallet.org>
Sat, 1 Nov 2025 14:25:32 +0000 (15:25 +0100)
committertobtoht <tob@featherwallet.org>
Sat, 1 Nov 2025 14:28:28 +0000 (15:28 +0100)
contrib/guix/guix-build
contrib/guix/libexec/prelude.bash
contrib/guix/manifest.scm

index dc2d05fd0f3d6aeea85100591baa60d2143e5f90..976500316ec309d86929f70fad905180a7e167c3 100755 (executable)
@@ -449,6 +449,7 @@ EOF
                                  --keep-failed \
                                  --fallback \
                                  --link-profile \
+                                 --writable-root \
                                  --root="$(profiledir_for_host "${HOST}")" \
                                  ${SUBSTITUTE_URLS:+--substitute-urls="$SUBSTITUTE_URLS"} \
                                  ${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
index 16af13ad4bff9c5010b87171b04f1b069149a0a9..2abee675ddd2a85228596f83170c25e37da6d8c0 100644 (file)
@@ -51,7 +51,7 @@ fi
 time-machine() {
     # shellcheck disable=SC2086
     guix time-machine --url=https://codeberg.org/guix/guix.git \
-                      --commit=639f79952e51a58b7fbca2a826dcc3df162300c1 \
+                      --commit=3cd1c8769c618cab07181c6a4807792a371f0b2e \
                       --cores="$JOBS" \
                       --keep-failed \
                       --fallback \
index 4958d5b1d71928e48aa96c7c684c7c94d3f23a04..9afbd2a46be045b6a86ed861f2efff30fe89cd48 100644 (file)
@@ -3,7 +3,7 @@
              (gnu packages bash)
              (gnu packages bison)
              ((gnu packages build-tools) #:select (meson))
-             ((gnu packages certs) #:select (nss-certs))
+             ((gnu packages nss) #:select (nss-certs))
              ((gnu packages cmake) #:select (cmake-minimal))
              (gnu packages commencement)
              (gnu packages compression)