summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-13 19:14:31 -0400
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-10-16 18:34:17 -0500
commitfcd6fc84e493d05be1f7590ee77509c81ac315c2 (patch)
tree59554c5043b73e4a6a891b8dc7300736e84172eb /Makefile.am
parentb37e1e64281564c671bf3d0381bd9a6c03c6f62b (diff)
scripts: Add deploy.wip-deploy
* gnu/machines.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * guix/scripts/deploy.scm: New file. * Makefile.am (MODULES): Add it. * gnu.scm: Export (gnu machines) symbols. * gnu/system/vm.scm (virtualized-operating-system): Export 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 908eaf6ec0..b8dbc39d24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -148,6 +148,7 @@ MODULES = \
guix/scripts/graph.scm \
guix/scripts/container.scm \
guix/scripts/container/exec.scm \
+ guix/scripts/deploy.scm \
guix.scm \
$(GNU_SYSTEM_MODULES)