aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2018-12-05 14:55:41 +0900
committerLudovic Courtès <ludo@gnu.org>2019-01-17 14:04:24 +0100
commit47c94801656c7e9ddf1dcfe0189b48d7c57d0a1d (patch)
tree62c17309d413d495c7bb1d4535e4fb4083a1fbcf /gnu/local.mk
parent6efd8430aeaa5b062a95202b9458435738ae2930 (diff)
downloadguix-47c94801656c7e9ddf1dcfe0189b48d7c57d0a1d.tar
guix-47c94801656c7e9ddf1dcfe0189b48d7c57d0a1d.tar.gz
installer: Add user module.
* gnu/installer/user.scm: New file.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index bcb5e5f679..0b5e96afa4 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -577,6 +577,7 @@ GNU_SYSTEM_MODULES += \
%D%/installer/services.scm \
%D%/installer/steps.scm \
%D%/installer/timezone.scm \
+ %D%/installer/user.scm \
%D%/installer/utils.scm \
\
%D%/installer/newt/ethernet.scm \