aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoƩ Lopez <noelopez@free.fr>2024-11-27 00:01:13 +0100
committerChristopher Baines <mail@cbaines.net>2025-02-27 14:47:22 +0000
commitd4bd4e943eb2312df68b5df9d0a2a83c0b1897ff (patch)
treed12fe655ecf91eff15615f3f9494e52748c0159a
parentae7577476e2ba1caf7860d5e0e9807727a8ff3c2 (diff)
downloadqa-frontpage-d4bd4e943eb2312df68b5df9d0a2a83c0b1897ff.tar
qa-frontpage-d4bd4e943eb2312df68b5df9d0a2a83c0b1897ff.tar.gz
Update references to guix environment
Signed-off-by: Christopher Baines <mail@cbaines.net>
-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)