diff options
Diffstat (limited to 'guix-dev.scm')
-rw-r--r-- | guix-dev.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |