Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BostX committed Jan 28, 2024
1 parent 451bdc9 commit 58dca0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notes/guix-guile-nix/guix_package.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@
# compute the hash of any (already downloaded) file
guix hash file

# fish-shell; download emacs package source code
set expr '(use-modules (guix packages) (gnu packages emacs))
(display (origin-uri (package-source emacs)))'
guix download (guile -c $expr)

# either (A):
guix build --load-path=$dgx/gnu/packages --keep-failed <package>
# $dgx is some GUIX_CHECKOUT directory
Expand Down

0 comments on commit 58dca0a

Please sign in to comment.