diff options
-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) |