about summary refs log tree commit diff
path: root/HACKING.md
diff options
context:
space:
mode:
authorArun Isaac2026-03-25 00:52:48 +0000
committerArun Isaac2026-03-25 00:52:48 +0000
commit927a339c6e870c51ee3c67b942daf4804ac4cadc (patch)
treef25a78c71a8526c0aed59b4c12d4591e560cea8d /HACKING.md
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 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index bb822b3..59b7c9b 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -2,7 +2,7 @@
 
 Drop into a development environment using `guix shell`.
 ```
-guix shell -Df guix.scm
+guix shell -L .guix -m manifest.scm
 ```
 
 # Make a release