Re: Guix CLI options through manifest.scm or guix.scm

2023-09-18 Thread Distopico
On 2023-09-14, Ludovic Courtès wrote: > Hi, > > Distopico skribis: > >> Is it possible to define/express CLI options from manifest.scm or >> guix.scm? For example, I have >> >> ``` >> guix shell \ >> -m manifest.scm \ >> --container -F -N -P \ >> --share=/opt/android-sdk \ >>

Re: Guix CLI options through manifest.scm or guix.scm

2023-09-14 Thread Ludovic Courtès
Hi, Distopico skribis: > Is it possible to define/express CLI options from manifest.scm or > guix.scm? For example, I have > > ``` > guix shell \ > -m manifest.scm \ > --container -F -N -P \ > --share=/opt/android-sdk \ > --share=$HOME/.android/avd \ > --share=$HOME/.gra

Re: Guix CLI options through manifest.scm or guix.scm

2023-08-29 Thread Distopico
On 2023-08-27, Liliana Marie Prikler wrote: > CLI options are very broadly scoped. For instance, with > transformations, we have a dedicated procedure to turn them into a > transformation that can more easily be used inside a manifest. On the > general side… > > … every command is available al

Re: Guix CLI options through manifest.scm or guix.scm

2023-08-29 Thread Distopico
On 2023-08-27, Liliana Marie Prikler wrote: > Hi Distopico > > Am Sonntag, dem 27.08.2023 um 13:25 -0500 schrieb Distopico: >> >> Is it possible to define/express CLI options from manifest.scm or >> guix.scm? For example, I have > CLI options are very broadly scoped. For instance, with > trans

Re: Guix CLI options through manifest.scm or guix.scm

2023-08-27 Thread Liliana Marie Prikler
Hi Distopico Am Sonntag, dem 27.08.2023 um 13:25 -0500 schrieb Distopico: > > Is it possible to define/express CLI options from manifest.scm or > guix.scm? For example, I have CLI options are very broadly scoped. For instance, with transformations, we have a dedicated procedure to turn them into

Guix CLI options through manifest.scm or guix.scm

2023-08-27 Thread Distopico
Is it possible to define/express CLI options from manifest.scm or guix.scm? For example, I have ``` guix shell \ -m manifest.scm \ --container -F -N -P \ --share=/opt/android-sdk \ --share=$HOME/.android/avd \ --share=$HOME/.gradle/ \ --preserve='^DISPLAY$' \ --