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 \
>> -
On 2023-09-10, Liliana Marie Prikler wrote:
Hi Liliana,
>> This is problematic because:
>>
>> - Over time, it becomes more vulnerable to libraries/packages
>> breaking.
>>
>> - It makes reproducible software more challenging, as "1.x" can
>> encompass many versions.
>>
>
On 2023-09-07, Simon Tournier wrote:
> Hi,
>
> On Mon, 04 Sep 2023 at 21:59, Distopico wrote:
>
>> In my experience using Guix and attempting to make contributions, I've
>> noticed that the vast majority of times when a library breaks, it's
>> because
In my experience using Guix and attempting to make contributions, I've
noticed that the vast majority of times when a library breaks, it's
because one of its dependencies changed version. For instance,
referencing something like `rust-my-lib-1`, where "1" refers to the
semver "1.x" of the package,
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
Nice, thanks for your response.
On 2023-08-24, Ludovic Courtès wrote:
> Hi,
>
> Distopico skribis:
>
>>> Regarding customization, ‘--with-input’ and perhaps other transformation
>>> options may correspond to your needs:
>>>
>>>
>>&g
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 broad
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$' \
--
On 2023-08-16, Ludovic Courtès wrote:
> Hi,
>
> A late reply…
>
> Distopico skribis:
>
>> 1. Are there plans in the future to improve integration between
>> development tools? For example, having haskell-language-server for
>> ghc@9.x and another one for
On 2023-07-31, "(" wrote:
> Hi,
>
> Distopico writes:
>> In terms of programming languages, I have found almost all the ones I
>> needed, with the exception of Kotlin.
>
> The build sequence for Kotlin is some sort of hellish double
> nightmare-loop o
On 2023-07-31, Wilko Meyer wrote:
> Hi,
>
> Distopico writes:
>
>> 2. Do you see developers as a potential target audience for Guix, or is
>> it mainly focused on HPC (High-Performance Computing)?
>
> Developers is a pretty broad and generic term to start with.
On 2023-07-29, Liliana Marie Prikler wrote:
> Hi Distopico
>
> Am Mittwoch, dem 26.07.2023 um 19:29 -0500 schrieb Distopico:
>>
>> Hi, I'm quite new in Guix, I have been using it for 6 months now and
>> I love it, but for development I have not been able to u
Hi, I'm quite new in Guix, I have been using it for 6 months now and I
love it, but for development I have not been able to use it as much as I
would like.
The current programming languages are made up of three 4 parts:
1. The languages itself
2. Language-server
3. The language packages
4. Lang
I have been using and participating in other GNU distributions such as
Trisquel and Parabola, but mostly as beholder/viewer.
After more than 10 year the forum of Trisquel still active, not like 8
years ago before social media, but is active, and more important is used
mostly for new user, and non
14 matches
Mail list logo