mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix(guix-daemon): default to no substitutes
This commit is contained in:
parent
ab64a31dd1
commit
1e5c17b7ba
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ done
|
||||||
if [ ! -S "${daemon_socket}" ]; then
|
if [ ! -S "${daemon_socket}" ]; then
|
||||||
guix-daemon \
|
guix-daemon \
|
||||||
--build-users-group=guixbuild \
|
--build-users-group=guixbuild \
|
||||||
|
--no-substitutes \
|
||||||
--listen="${daemon_socket}" \
|
--listen="${daemon_socket}" \
|
||||||
>/tmp/guix-daemon.log 2>&1 &
|
>/tmp/guix-daemon.log 2>&1 &
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue