Skip to content

Commit 1e5c17b

Browse files
committed
fix(guix-daemon): default to no substitutes
1 parent ab64a31 commit 1e5c17b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

steps-guix/improve/guix-daemon-and-pull.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ done
221221
if [ ! -S "${daemon_socket}" ]; then
222222
guix-daemon \
223223
--build-users-group=guixbuild \
224+
--no-substitutes \
224225
--listen="${daemon_socket}" \
225226
>/tmp/guix-daemon.log 2>&1 &
226227
fi

0 commit comments

Comments
 (0)