From fc80dc6e976d0da3dbfe8c72b9e6f1e4a97904c6 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sat, 5 Apr 2025 19:15:25 +0200 Subject: [PATCH] guix: remove --user option --- contrib/guix/guix-build | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index 76c77cc18..e9abe13de 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -444,7 +444,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} \