* guix.scm: Replace guix environment comment with guix shell.
;;; 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.
;;
;; 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: