Ludovic Courtès writes: > Hi, > > Pierre Neidhardt skribis: > >> * guix/scripts/size.scm (show-help): Mention STORE-ITEM positional argument >> alternative. > > [...] > >> * doc/guix.texi (Invoking `guix size'): Add guix size example for store item. > > [...] > >> +@example >> +guix size $(guix system build config.scm) > > Please use backquotes instead of $(…), which is Bash-specific. Actually, it's not, $(...) is POSIX (you can test with Dash). Backquotes are deprecated and have the downside of not nesting. > Otherwise LGTM, thank you! OK to merge, then? -- Pierre Neidhardt https://ambrevar.xyz/