diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2021-09-27 17:27:12 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-09-27 17:27:12 +0300 |
commit | 6ae4644984608b7eff7ab54d3a5787c661d85b2e (patch) | |
tree | 170f992d865b7f511d820a725754bc00e42b0451 /Makefile.am | |
parent | 86d316b3346eac29c7e466f66b4422067c1cdb96 (diff) | |
parent | a2b937984a502f7129f3b84f631be92dde689022 (diff) | |
download | guix-6ae4644984608b7eff7ab54d3a5787c661d85b2e.tar.gz |
Merge branch 'wip-guix-home'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 042cf28464..b66789fa0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ # Copyright © 2018 Alex Vong <alexvong1995@gmail.com> # Copyright © 2019 Efraim Flashner <efraim@flashner.co.il> # Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> +# Copyright © 2021 Andrew Tropin <andrew@trop.in> # # This file is part of GNU Guix. # @@ -295,6 +296,8 @@ MODULES = \ guix/scripts/system.scm \ 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 \ |