Hi! Pierre Neidhardt skribis: > `guix environment --container ... -- my-foo-program` is great but a bit > slow to start. > > Is there a way to speed this up? The attached program (based on an experiment from 2018¹ with exciting yet to date mythical prospects) picks a program from $PATH (typically from your profile) and runs it in a container. As in: guix run inkscape It has less work to do compared to ‘guix environment’ so it is faster. HTH! Ludo’. ¹ https://lists.gnu.org/archive/html/help-guix/2018-01/msg00117.html