diff options
| author | Pjotr Prins | 2025-11-27 09:38:24 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-27 09:38:24 +0100 |
| commit | 187d34b84b35ebd9d9bcc1f8c97b106a24d49586 (patch) | |
| tree | 988461f8f75932f286096e3578602976803aec91 | |
| parent | c5da663c56e31d1beb42972665947a5aa5b35cfe (diff) | |
| download | pangemma-187d34b84b35ebd9d9bcc1f8c97b106a24d49586.tar.gz | |
guix does not like -L . when other scm files exist in the repo
| -rw-r--r-- | guix.scm | 7 |
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) |
