mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
system/linux-container: Re-export %namespaces, %writable-/tmp variables.
* gnu/system/linux-container.scm: Re-export %namespaces and %writable-/tmp, which are from (guix build linux-container). Change-Id: Iaad362247825e30fb6837af013018f2c472c19fa
This commit is contained in:
@@ -45,7 +45,11 @@
|
||||
#:export (system-container
|
||||
containerized-operating-system
|
||||
container-script
|
||||
eval/container))
|
||||
eval/container)
|
||||
;; Re-export some variables from (guix build linux-container), for
|
||||
;; convenience.
|
||||
#:re-export (%namespaces
|
||||
%writable-/tmp))
|
||||
|
||||
(define* (container-essential-services os #:key shared-network?)
|
||||
"Return a list of essential services corresponding to OS, a
|
||||
|
||||
Reference in New Issue
Block a user