nongnu: multiarch-container: Fix preserved-env not being used.

* nonguix/multiarch-container.scm (make-container-wrapper): Use
ngc-preserved-env.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Co-authored-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Michal Atlas 2024-01-23 00:11:42 +01:00 committed by John Kehayias
parent 9e30988482
commit 729ee6b62a
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -295,6 +295,7 @@ in a sandboxed FHS environment."
;; discussed in 80decf05.
"^XDG_DATA_HOME$"
"^XDG_RUNTIME_DIR$"
#$@(ngc-preserved-env container) ; Environment from container.
;; The following are useful for debugging.
"^CAPSULE_DEBUG$"
"^G_MESSAGES_DEBUG$"