summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2019-03-09 16:48:21 -0500
committerDavid Thompson <dthompson2@worcester.edu>2019-03-09 18:00:28 -0500
commit8b6b0e48362753b45b034394021119e88ac95131 (patch)
tree06fafeee9b7de319c3f6c25d6c3d211925b781f7 /gnu/local.mk
parent2b613a1a5d4d41b0b5d1f6ea7254585be0c209fa (diff)
downloadguix-8b6b0e48362753b45b034394021119e88ac95131.tar.gz
Take another stab at this whole guix deploy thing. wip-deploy2
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 63857d98a8..e0b3c19f35 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -545,6 +545,7 @@ GNU_SYSTEM_MODULES =				\
   %D%/system/shadow.scm				\
   %D%/system/uuid.scm				\
   %D%/system/vm.scm				\
+  %D%/machine.scm			\
 						\
   %D%/build/accounts.scm			\
   %D%/build/activation.scm			\
@@ -611,7 +612,7 @@ GNU_SYSTEM_MODULES +=                           \
   %D%/installer/newt/user.scm			\
   %D%/installer/newt/utils.scm			\
   %D%/installer/newt/welcome.scm		\
-  %D%/installer/newt/wifi.scm	
+  %D%/installer/newt/wifi.scm
 
 installerdir = $(guilemoduledir)/%D%/installer
 dist_installer_DATA =				\