diff options
author | Arun Isaac | 2021-02-26 21:09:51 +0530 |
---|---|---|
committer | Arun Isaac | 2021-02-26 21:13:14 +0530 |
commit | 87ab4e86d09013ac115f61e1d50db07551a374d1 (patch) | |
tree | f7b2255d850a11da6e9eedb74d0105af4c9d227e | |
parent | 8f3d10e53b598e87f6308727bc61c90ed43f2726 (diff) | |
download | nsmc-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.scm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |