guix_mirror_bot pushed a commit to branch wip-fix-system-tests
in repository guix.

commit 612f8c3606017b5a344d58ec23c6b9fd92a6ab2d
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Mon Jul 7 19:44:15 2025 +0200

    Revert "install: Do not leak local checkout URL."
    
    This reverts commit 94c9e53fa4b45e85c1664a9bab6aea0d5c3ac123.
---
 gnu/system/install.scm | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index b5b7d03fd6..60e0825ce3 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -35,11 +35,6 @@
   #:use-module ((guix packages) #:select (package-version supported-package?))
   #:use-module (guix platform)
   #:use-module (guix utils)
-  #:use-module (guix packages)
-  #:use-module ((guix channels)
-                #:select (%default-guix-channel
-                          channel
-                          channel-commit))
   #:use-module (gnu installer)
   #:use-module (gnu system locale)
   #:use-module (gnu services avahi)
@@ -397,14 +392,7 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m
 
                      ;; Install and run the current Guix rather than an older
                      ;; snapshot.
-                     (guix (let ((guix (current-guix)))
-                             (package
-                               (inherit guix)
-                               ;; Do not leak the local checkout URL.
-                               (source (channel
-                                        (inherit %default-guix-channel)
-                                        (commit (channel-commit
-                                                 (package-source guix))))))))))
+                     (guix (current-guix))))
 
            ;; Start udev so that useful device nodes are available.
            ;; Use device-mapper rules for cryptsetup & co; enable the CRDA for

Reply via email to