GNU bug report logs - #74552
[PATCH 0/3] Small changes for running qa-frontpage locally

Previous Next

Package: guix-patches;

Reported by: Noé Lopez <noe <at> xn--no-cja.eu>

Date: Tue, 26 Nov 2024 22:55:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 74552 <at> debbugs.gnu.org (full text, mbox):

From: Noé Lopez <noe <at> xn--no-cja.eu>
To: 74552 <at> debbugs.gnu.org
Cc: Noé Lopez <noe <at> xn--no-cja.eu>
Subject: [PATCH 1/3] Update references to guix environment
Date: Wed, 27 Nov 2024 00:01:13 +0100
From: Noé Lopez <noelopez <at> free.fr>

---
 README.org   | 2 +-
 guix-dev.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index abb0858..377f549 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 e820570..f32a449 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)
-- 
2.46.0





This bug report was last modified 85 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.