From: tobtoht Date: Sun, 25 Dec 2022 14:55:01 +0000 (+0100) Subject: guix: deterministic UID/GID X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=6596db3188aa1c6e3a052f695f1f74eb0456f1e2;p=gamesguru%2Ffeather.git guix: deterministic UID/GID --- diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index e242c02d..29590253 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -440,6 +440,7 @@ 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} \