From 1e5c17b7bac32315f0900f558b8034d19c435b3b Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:52:42 -0400 Subject: [PATCH] fix(guix-daemon): default to no substitutes --- steps-guix/improve/guix-daemon-and-pull.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/steps-guix/improve/guix-daemon-and-pull.sh b/steps-guix/improve/guix-daemon-and-pull.sh index c0774907..db4f6358 100644 --- a/steps-guix/improve/guix-daemon-and-pull.sh +++ b/steps-guix/improve/guix-daemon-and-pull.sh @@ -221,6 +221,7 @@ done if [ ! -S "${daemon_socket}" ]; then guix-daemon \ --build-users-group=guixbuild \ + --no-substitutes \ --listen="${daemon_socket}" \ >/tmp/guix-daemon.log 2>&1 & fi