mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
linux-container: 'eval/container' honors #:namespaces.
* gnu/system/linux-container.scm (eval/container): Pass #:namespaces to 'call-with-container'.
This commit is contained in:
parent
b45a301618
commit
c77544b387
1 changed files with 2 additions and 1 deletions
|
@ -291,4 +291,5 @@ (define items
|
|||
lowered))
|
||||
(list "-c"
|
||||
(object->string
|
||||
(lowered-gexp-sexp lowered))))))))))))
|
||||
(lowered-gexp-sexp lowered))))))
|
||||
#:namespaces namespaces))))))
|
||||
|
|
Loading…
Reference in a new issue