mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ (define* (container-script os #:key (mappings '()))
|
|||
(define script
|
||||
(with-imported-modules '((guix config)
|
||||
(guix utils)
|
||||
(guix combinators)
|
||||
(guix build utils)
|
||||
(guix build syscalls)
|
||||
(guix build bournish)
|
||||
|
|
Loading…
Reference in a new issue