all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Command for printing derivations that will be built?
@ 2023-05-09 19:04 Rodrigo Morales
  2023-05-09 19:38 ` Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Rodrigo Morales @ 2023-05-09 19:04 UTC (permalink / raw)
  To: help-guix

From what I understand in the output of `guix package -u' (see below),
whenever I execute it, some derivations that exist in `/gnu/store' are
passed to `guix build' and so they are built. Am I correct?

If I'm correct, I would like to know how I can print the list that is
reported by `guix package -u' below "The following derivations will be
built". I know I can execute `guix package -u' and press `C-c' in the
next 5 seconds. However, I'd like to do this the right way. That is,
write a command that only prints that list and does nothing more.

The reason I'm asking is because sometimes I want to build specific
derivations in order to have those packages advertised in my local
network in the order that I feel it's the best for me.

,----
| $ guix package -u
| The following packages will be upgraded:
|    (... list of packages ...)
|
| The following derivations will be built:
|    (... list of derivations in /gnu/store ...)
|
| building (... a derivation ...)
| - 'unpack' phase
`----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-09 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-09 19:04 Command for printing derivations that will be built? Rodrigo Morales
2023-05-09 19:38 ` Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.