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 \
>>
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
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
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
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
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$' \
--