summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-09-21 13:40:05 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-10-10 18:14:40 -0400
commit372c4bbcbb279450043e6e55e419808467df228a (patch)
tree2f3460f5a2c7189c58d1078b4b13631bd2c6ec84 /Makefile.am
parente25234e34b0d2709e8ff06609cedce2b24b50ee8 (diff)
downloadguix-372c4bbcbb279450043e6e55e419808467df228a.tar.gz
scripts: Add 'environment' command.
* guix/scripts/environment.scm: New file.
* Makefile.am (MODULES): Add it.
* doc/guix.texi ("Invoking guix environment"): New node.
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 7eecef23ba..4b823ec76c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,6 +94,7 @@ MODULES =					\
   guix/scripts/system.scm			\
   guix/scripts/lint.scm				\
   guix/scripts/import/nix.scm			\
+  guix/scripts/environment.scm			\
   guix.scm					\
   $(GNU_SYSTEM_MODULES)