From 3a7eec9ed2d7370982126004e768537be252aab7 Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Thu, 17 Aug 2023 10:24:10 +0200 Subject: [PATCH] guix: Update instructions with guix shell. * guix.scm: Replace guix environment comment with guix shell. --- guix.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/guix.scm b/guix.scm index d139e64..165b994 100644 --- a/guix.scm +++ b/guix.scm @@ -1,5 +1,5 @@ ;;; 8sync --- Asynchronous programming for Guile -;;; Copyright (C) 2016 Jan Nieuwenhuizen +;;; Copyright (C) 2016, 2023 Janneke Nieuwenhuizen ;;; Copyright (C) 2017 Christopher Allan Webber ;;; ;;; This file is part of 8sync. @@ -32,7 +32,11 @@ ;; ;; To use as the basis for a development environment, run: ;; -;; guix environment -l guix.scm +;; guix shell -D -f guix.scm +;; +;; or simply +;; +;; guix shell ;; ;;; Code: -- 2.31.1