diff options
author | NoƩ Lopez <noelopez@free.fr> | 2024-11-27 00:01:13 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-02-27 14:47:22 +0000 |
commit | d4bd4e943eb2312df68b5df9d0a2a83c0b1897ff (patch) | |
tree | d12fe655ecf91eff15615f3f9494e52748c0159a | |
parent | ae7577476e2ba1caf7860d5e0e9807727a8ff3c2 (diff) | |
download | qa-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.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) |