diff options
author | Andrew Tropin <andrew@trop.in> | 2021-08-31 12:40:08 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-09-09 20:26:51 +0300 |
commit | 89e05a695574fdabd76834aba35ad125620b8b5d (patch) | |
tree | fef94d5f93ffce7ad4d1cba84708fa43c48d806b /Makefile.am | |
parent | 3a10563d47847507b2fc59e90e36c90d8b5d2089 (diff) | |
download | guix-89e05a695574fdabd76834aba35ad125620b8b5d.tar.gz |
scripts: Add 'guix home'.
* guix/scripts/home.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.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dd40a5ad9c..93002b84bc 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. # @@ -294,6 +295,7 @@ MODULES = \ guix/scripts/system.scm \ guix/scripts/system/search.scm \ guix/scripts/system/reconfigure.scm \ + guix/scripts/home.scm \ guix/scripts/lint.scm \ guix/scripts/challenge.scm \ guix/scripts/import/crate.scm \ |