diff options
-rw-r--r-- | README.org | 2 | ||||
-rw-r--r-- | guix-dev.scm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ Guix, like packages for example. Use the guix-dev.scm file to provide the dependencies. #+BEGIN_SRC shell -guix environment -l guix-dev.scm +guix shell -D --file=guix-dev.scm #+END_SRC Then run the following commands: diff --git a/guix-dev.scm b/guix-dev.scm index 595be5a..e275130 100644 --- a/guix-dev.scm +++ b/guix-dev.scm @@ -21,7 +21,7 @@ ;;; Run the following command to enter a development environment for ;;; the guix-qa-frontpage: ;;; -;;; $ guix environment -l guix-dev.scm +;;; $ guix shell -D --file=guix-dev.scm (use-modules ((guix licenses) #:prefix license:) (guix packages) |