summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-07-05 14:56:07 -0400
committerChristopher Lemmer Webber <cwebber@dustycloud.org>2019-07-06 02:10:04 -0400
commit5cbb832fb107a8ca55938a52f6699ad8c6f08c8d (patch)
tree25ed88c8444de3cfe08abe4073bcba8f1eaa9eda /Makefile.am
parentfa9edf09e992db7510c7471486dffc93e1e707e5 (diff)
downloadpatches-5cbb832fb107a8ca55938a52f6699ad8c6f08c8d.tar
patches-5cbb832fb107a8ca55938a52f6699ad8c6f08c8d.tar.gz
Add 'guix deploy'.
* guix/scripts/deploy.scm: New file. * Makefile.am (MODULES): Add it.
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 beb60097a4..34bef76b47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -267,6 +267,7 @@ MODULES = \
guix/scripts/weather.scm \
guix/scripts/container.scm \
guix/scripts/container/exec.scm \
+ guix/scripts/deploy.scm \
guix.scm \
$(GNU_SYSTEM_MODULES)