diff options
-rw-r--r-- | guix.scm | 5 |
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) |