From: Janneke Nieuwenhuizen Date: Thu, 17 Aug 2023 08:24:10 +0000 (+0200) Subject: guix: Update instructions with guix shell. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=3a7eec9ed2d7370982126004e768537be252aab7;p=8sync.git guix: Update instructions with guix shell. * guix.scm: Replace guix environment comment with guix shell. --- 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: