diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-26 15:36:58 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-29 18:48:44 +0200 |
commit | 776409c5069de949da328b769132fa009477668c (patch) | |
tree | 0bc7c2737761eb625c280a382e319daadd8dd8bd /doc/guix.texi | |
parent | e70e097882699865f63eabc5fb29b4fe4468a97b (diff) | |
download | guix-776409c5069de949da328b769132fa009477668c.tar.gz |
doc: Add example to calculate the size a system.
* doc/guix.texi (Invoking `guix size'): Add guix size example for store item.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5b9942d420..ba5729bd41 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10112,6 +10112,13 @@ libraries. (That libc and GCC's libraries represent a large fraction of the closure is not a problem @i{per se} because they are always available on the system anyway.) +Since the command also accepts store file names, assessing the size of +a build result is straightforward: + +@example +guix size $(guix system build config.scm) +@end example + When the package(s) passed to @command{guix size} are available in the store@footnote{More precisely, @command{guix size} looks for the @emph{ungrafted} variant of the given package(s), as returned by |