unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Noé Lopez via Guix-patches via" <guix-patches@gnu.org>
To: 74552@debbugs.gnu.org
Cc: "Noé Lopez" <noe@xn--no-cja.eu>, "Christopher Baines" <mail@cbaines.net>
Subject: [bug#74552] [PATCH 1/3] Update references to guix environment
Date: Wed, 27 Nov 2024 00:01:13 +0100	[thread overview]
Message-ID: <20241126230115.23907-1-noe@xn--no-cja.eu> (raw)
In-Reply-To: <20241126225449.23345-1-noe@xn--no-cja.eu>

From: Noé Lopez <noelopez@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





  reply	other threads:[~2024-11-26 23:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-26 22:54 [bug#74552] [PATCH 0/3] Small changes for running qa-frontpage locally Noé Lopez via Guix-patches via
2024-11-26 23:01 ` Noé Lopez via Guix-patches via [this message]
2024-11-26 23:01   ` [bug#74552] [PATCH 2/3] Abstract git fetch invocations into fetch-remote! function Noé Lopez via Guix-patches via
2024-11-26 23:01   ` [bug#74552] [PATCH 3/3] Use https protocol for the guix-patches remote Noé Lopez via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241126230115.23907-1-noe@xn--no-cja.eu \
    --to=guix-patches@gnu.org \
    --cc=74552@debbugs.gnu.org \
    --cc=mail@cbaines.net \
    --cc=noe@xn--no-cja.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).