linux-container: Fix list of imported modules.
This fixes a regression introduced in
958dd3ce68
.
* 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
|
(define script
|
||||||
(with-imported-modules '((guix config)
|
(with-imported-modules '((guix config)
|
||||||
(guix utils)
|
(guix utils)
|
||||||
|
(guix combinators)
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
(guix build syscalls)
|
(guix build syscalls)
|
||||||
(guix build bournish)
|
(guix build bournish)
|
||||||
|
|
Loading…
Reference in New Issue