From 187d34b84b35ebd9d9bcc1f8c97b106a24d49586 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 27 Nov 2025 09:38:24 +0100 Subject: guix does not like -L . when other scm files exist in the repo --- guix.scm | 7 ++----- 1 file 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) -- cgit 1.4.1