linux-container: 'eval/container' honors #:namespaces.

* gnu/system/linux-container.scm (eval/container): Pass #:namespaces to
'call-with-container'.
This commit is contained in:
Ludovic Courtès 2022-03-13 22:07:35 +01:00
parent b45a301618
commit c77544b387
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

@ -291,4 +291,5 @@ effects."
lowered))
(list "-c"
(object->string
(lowered-gexp-sexp lowered))))))))))))
(lowered-gexp-sexp lowered))))))
#:namespaces namespaces))))))