aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
-rw-r--r--guix-dev.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index eb11256..22bce8f 100644
--- a/README.org
+++ b/README.org
@@ -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)