about summary refs log tree commit diff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/guix.scm b/guix.scm
index 2bc02ef..1efe946 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,20 +1,17 @@
 ;; To use this file to build HEAD of gemma:
 ;;
 ;;   guix build -f guix.scm       # default builds pangemma-git
-;;   guix build -L . gemma-git    # builds original (still)
 ;;
 ;; To get a development container (e.g., run in emacs shell).
 ;;
-;;   guix shell -C -D -F -v 3 -L . pangemma-shell-git  # pangemma-shell-git
+;;   guix shell -C -D -F -v 3 -f guix.scm # pangemma-shell-git
 ;;
 ;; optimized for arch:
 ;;
-;;   guix shell --tune=native -C -D -F -v 3 -L . pangemma-shell-git  # pangemma-shell-git
+;;   guix shell --tune=native -C -D -F -v 3 # pangemma-shell-git
 ;;
 ;; see premake5.lua header for examples.
 ;;
-;;   guix shell -C -D -F -v 3 -L . gemma-git           # for specific packages
-;;
 ;; To optimize use guix --tune=march-type (e.g. --tune=native)
 
 (define-module (guix)