File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,9 @@ RUN guix_file_name=guix-binary-${guix_version}.$(uname -m)-linux.tar.xz
5252
5353RUN touch /etc/nsswitch.conf
5454
55- RUN guix archive --authorize < /usr/local/guix/current/share/guix/ci.guix.gnu.org.pub && \
56- guix archive --authorize < /usr/local/guix/current/share/guix/bordeaux.guix.gnu.org.pub
55+ RUN guix archive --authorize < /usr/local/guix/current/share/guix/berlin.guix.gnu.org.pub && \
56+ guix archive --authorize < /usr/local/guix/current/share/guix/bordeaux.guix.gnu.org.pub && \
57+ guix archive --authorize < /usr/local/guix/current/share/guix/ci.guix.gnu.org.pub
5758
5859# Build Environment Setup
5960# https://guix.gnu.org/manual/en/html_node/Build-Environment-Setup.html
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cat /etc/motd
88# Start the Guix daemon
99sudo env PATH=${PATH} guix-daemon \
1010 --build-users-group=' guixbuild' \
11- --substitute-urls=' https://bordeaux.guix.gnu.org https://ci.guix.gnu.org' < /dev/null 2>&1 |
11+ --substitute-urls=' https://berlin.guix.gnu.org https:// bordeaux.guix.gnu.org https://ci.guix.gnu.org' < /dev/null 2>&1 |
1212 sudo tee /var/log/guix.log > /dev/null &
1313
1414# Hand over control
You can’t perform that action at this time.
0 commit comments