aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-02-26 21:09:51 +0530
committerArun Isaac2021-02-26 21:13:14 +0530
commit87ab4e86d09013ac115f61e1d50db07551a374d1 (patch)
treef7b2255d850a11da6e9eedb74d0105af4c9d227e
parent8f3d10e53b598e87f6308727bc61c90ed43f2726 (diff)
downloadnsmc-87ab4e86d09013ac115f61e1d50db07551a374d1.tar.gz
nsmc-87ab4e86d09013ac115f61e1d50db07551a374d1.tar.lz
nsmc-87ab4e86d09013ac115f61e1d50db07551a374d1.zip
Add guix environment instructions to guix.scm.
* guix.scm: Add guix environment instructions.
-rw-r--r--guix.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index ec77f47..f077e26 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,3 +1,8 @@
+;;; Run the following command to enter a development environment for
+;;; nsmc:
+;;;
+;;; $ guix environment -l guix.scm
+
(use-modules (ice-9 match)
(ice-9 popen)
(ice-9 rdelim)