diff options
| -rw-r--r-- | guix/scripts/home.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/scripts/home.scm b/guix/scripts/home.scm index 66669768dcf..cf33b1adea4 100644 --- a/guix/scripts/home.scm +++ b/guix/scripts/home.scm | |||
| @@ -43,7 +43,8 @@ | |||
| 43 | %namespaces | 43 | %namespaces |
| 44 | %writable-/tmp) | 44 | %writable-/tmp) |
| 45 | #:use-module ((gnu system) #:select (operating-system? | 45 | #:use-module ((gnu system) #:select (operating-system? |
| 46 | operating-system-user-services)) | 46 | operating-system-user-services |
| 47 | operating-system-services)) | ||
| 47 | #:autoload (gnu system linux-container) (eval/container) | 48 | #:autoload (gnu system linux-container) (eval/container) |
| 48 | #:autoload (gnu system file-systems) (file-system | 49 | #:autoload (gnu system file-systems) (file-system |
| 49 | file-system-mapping | 50 | file-system-mapping |
