aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
-rw-r--r--manifest.scm (renamed from guix.scm)2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 75b0e21..fbc5705 100644
--- a/README.org
+++ b/README.org
@@ -7,7 +7,7 @@ dump the relational database to plain text.
Drop into a development environment with
#+BEGIN_SRC shell
- $ guix shell -m guix.scm
+ $ guix shell
#+END_SRC
Describe the database connection parameters in a file /conn.scm/ file
diff --git a/guix.scm b/manifest.scm
index eedbb68..efcdcae 100644
--- a/guix.scm
+++ b/manifest.scm
@@ -1,6 +1,6 @@
;; Drop into a development environment using
;;
-;; guix shell -m guix.scm
+;; guix shell
;;
;; Happy hacking!