linux-container: Fix list of imported modules.
This fixes a regression introduced in 958dd3ce68733bcd5c1231424c7e4ad39e67594a. * gnu/system/linux-container.scm (container-script)[script]: Add (guix combinators) to the list of imported modules.
This commit is contained in:
parent
4ee96a7912
commit
43dcce8674
@ -89,6 +89,7 @@ that will be shared with the host system."
|
||||
(define script
|
||||
(with-imported-modules '((guix config)
|
||||
(guix utils)
|
||||
(guix combinators)
|
||||
(guix build utils)
|
||||
(guix build syscalls)
|
||||
(guix build bournish)
|
||||
|
Loading…
x
Reference in New Issue
Block a user