guix: remove user flag

This commit is contained in:
tobtoht 2025-04-05 19:27:02 +02:00
parent 59e5850d2a
commit 13d8a0998e

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
export LC_ALL=C
set -ex -o pipefail
set -e -o pipefail
# Source the common prelude, which:
# 1. Checks if we're at the top directory of the Feather Wallet repository
@ -440,7 +440,6 @@ EOF
--keep-failed \
--fallback \
--link-profile \
--user="user" \
--root="$(profiledir_for_host "${HOST}")" \
${SUBSTITUTE_URLS:+--substitute-urls="$SUBSTITUTE_URLS"} \
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
@ -479,7 +478,6 @@ EOF
--share="$OUTDIR"=/outdir \
--keep-failed \
--fallback \
--user="user" \
${SUBSTITUTE_URLS:+--substitute-urls="$SUBSTITUTE_URLS"} \
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
-- env DISTNAME="$DISTNAME" \