From 713fa0b2a78408303a86772c644492626efb02a9 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Fri, 22 Mar 2024 20:09:03 +0100 Subject: [PATCH] notes --- notes/guix-guile-nix/guix_package.scrbl | 3 +++ 1 file changed, 3 insertions(+) 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}