about summary refs log tree commit diff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2026-03-25 00:52:48 +0000
committerArun Isaac2026-03-25 00:52:48 +0000
commit927a339c6e870c51ee3c67b942daf4804ac4cadc (patch)
treef25a78c71a8526c0aed59b4c12d4591e560cea8d /README.org
parent6d061192dfe7c9554dd484f1d78d1b32e3399d8b (diff)
downloadccwl-927a339c6e870c51ee3c67b942daf4804ac4cadc.tar.gz
ccwl-927a339c6e870c51ee3c67b942daf4804ac4cadc.tar.lz
ccwl-927a339c6e870c51ee3c67b942daf4804ac4cadc.zip
manifest: Add development manifest.
This manifest contains additional tools useful for hacking on ccwl,
and not just the dependencies required to build ccwl.
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 3084234..1f87197 100644
--- a/README.org
+++ b/README.org
@@ -89,7 +89,7 @@ We do not accept issues or pull requests on GitHub. Thank you!
 To hack on ccwl, you can use GNU Guix to quickly drop into a
 development environment by running
 #+BEGIN_SRC shell
-  $ guix shell -Df guix.scm
+  $ guix shell -L .guix -m manifest.scm
 #+END_SRC
 
 * License