guix: remove --user option

This commit is contained in:
tobtoht 2025-04-09 21:28:29 +02:00
parent 08cfd8a2d7
commit 230da721bc
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -449,7 +449,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} \
@ -488,7 +487,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" \