summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2021-08-31 12:40:58 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2021-09-09 20:26:51 +0300
commit879abff4fd70afbc5d3c491f145489c3e8738741 (patch)
tree4a353ce13aca6e304f9e0a7cf0c40c1b27ea3501 /Makefile.am
parent89e05a695574fdabd76834aba35ad125620b8b5d (diff)
downloadguix-879abff4fd70afbc5d3c491f145489c3e8738741.tar.gz
guix-879abff4fd70afbc5d3c491f145489c3e8738741.tar.xz
scripts: home: Add import subcommand.
* guix/scripts/home/import.scm: New file. * Makefile.am (MODULES): Add it. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 93002b84bc..42e082a131 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -296,6 +296,7 @@ MODULES = \
guix/scripts/system/search.scm \
guix/scripts/system/reconfigure.scm \
guix/scripts/home.scm \
+ guix/scripts/home/import.scm \
guix/scripts/lint.scm \
guix/scripts/challenge.scm \
guix/scripts/import/crate.scm \