diff --git a/notes/guix-guile-nix/guix_package.scrbl b/notes/guix-guile-nix/guix_package.scrbl index b574955..0ee2991 100644 --- a/notes/guix-guile-nix/guix_package.scrbl +++ b/notes/guix-guile-nix/guix_package.scrbl @@ -186,6 +186,9 @@ # build the packages' source derivations: the [at] char must be used twice guix build --expression='(@"@"@"@" (bost gnu packages emacs-xyz) emacs-color-identifiers-mode)' --source + + # obtain / download / clone package source code + guix build --source emacs-treemacs } @block{@block-name{Garbage collection}