summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2023-08-17 10:24:10 +0200
committerJanneke Nieuwenhuizen <janneke@gnu.org>2023-08-17 11:10:31 +0200
commit3a7eec9ed2d7370982126004e768537be252aab7 (patch)
tree2038f1b14fb643498d39348a1afa710314201d03
parent7eb9d00f81c26b1fbbc8edfcb8f5e1ff33ea4b1b (diff)
download8sync-3a7eec9ed2d7370982126004e768537be252aab7.tar.gz
guix: Update instructions with guix shell.
* guix.scm: Replace guix environment comment with guix shell.
-rw-r--r--guix.scm8
1 files 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 <janneke@gnu.org>
+;;; Copyright (C) 2016, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright (C) 2017 Christopher Allan Webber <cwebber@dustycloud.org>
;;;
;;; 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: