File tree Expand file tree Collapse file tree
apps/base/maintenance-guix-image-workstation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - -c
2121 - |
2222 nsenter --target "1" --mount --uts --ipc --net --pid --no-fork \
23- /run/setuid-programs/sudo --login bash <<'EOF'
23+ /run/setuid-programs/sudo --user oleg -- login bash <<'EOF'
2424 set -o nounset -o errexit -o pipefail -o xtrace
25- cd /srv/runc/guix-builder || exit 1
26- /gnu/store/3dwzy5gwagj0g838gr4kg77a0s0v1q0s-runc-1.1.12/sbin/runc exec -u 1000:998 guix-builder /bin/sh -le <<'EOL'
25+ kubectl --namespace=guix exec --stdin=true pod/runc-kube1-guix-builder -- runc exec -u 1000:998 guix-builder /bin/sh -le <<'EOL'
2726 cd "${HOME}/.local/share/chezmoi" || exit 1
2827 guix shell help2man guile-sqlite3 guile-gcrypt direnv git git:send-email git-cal gnupg guile-colorized guile-readline inetutils less ncurses openssh password-store sshpass xdot which skopeo --development guix -- make guix-image-workstation
2928 EOL
You can’t perform that action at this time.
0 commit comments