On Tue, 04 Oct 2022, Maxim Cournoyer wrote:
> Hi,
>
> Olivier Dion via writes:
>
>> On Tue, 04 Oct 2022, jordi wrote:
>>> Hi guixers,
>>>
>>> i'm wondering...for my scripts to work in Guix, instead of
>>> '#!/bin/bash' ,
>>>
>>
>> Typically the `sh' program should be a symlinked to `ba
Hi,
Olivier Dion via writes:
> On Tue, 04 Oct 2022, jordi wrote:
>> Hi guixers,
>>
>> i'm wondering...for my scripts to work in Guix, instead of
>> '#! /bin/bash' ,
>>
>
> Typically the `sh' program should be a symlinked to `bash' in your
> system profile. I think it is the case for many dis
Hello,
I am very very new to rust. Quite a few site related to beginners
level rust instructions mention to use rustup to install some rust
packages.
There is no rustup package in the guix package list. I have installed
rust and rust-cargo.
Specifically, I am trying to setup a build flow for stm
On Tue, 04 Oct 2022 19:37:49 +0100 "(" wrote:
> On Mon Oct 3, 2022 at 10:11 PM BST, Ludovic Courtès wrote:
> > Ah well, “G” might stand for “golden” or “great” then. :-)
> >
> > Ludo’.
>
> "Glorious expressions" :)
Amen.
On Mon Oct 3, 2022 at 10:11 PM BST, Ludovic Courtès wrote:
> Ah well, “G” might stand for “golden” or “great” then. :-)
>
> Ludo’.
"Glorious expressions" :)
-- (
Le Tue, Oct 04, 2022 at 03:18:36PM +0200, jordi a écrit :
> Hi guixers,
Hello!
>
> i'm wondering...for my scripts to work in Guix, instead of
> '#! /bin/bash' ,
>
> what do i have to start them with ?
#!/usr/bin/env bash
And if you need to pass arguments/options, take a look at
$ inf
On Tue, 04 Oct 2022, jordi wrote:
> Hi guixers,
>
> i'm wondering...for my scripts to work in Guix, instead of
> '#! /bin/bash' ,
>
Typically the `sh' program should be a symlinked to `bash' in your
system profile. I think it is the case for many distro. If you want it
to be bulletproof thou
Hi,
> Hi guixers,
>
> i'm wondering...for my scripts to work in Guix, instead of
> '#! /bin/bash' ,
>
> what do i have to start them with ?
>
> Thanks,thanks, thanks
>
> F
We have a link to bash located in /bin/sh so you can just leave /bin/sh. Or you
can also use `#!/usr/bin/env bash`
Both
Hi guixers,
i'm wondering...for my scripts to work in Guix, instead of
'#!/bin/bash' ,
what do i have to start them with ?
Thanks,thanks, thanks
F
Hi, happy guix newbie here,
usually i use ufw for easily managing firewalling, adding iptables rules etc...
I see there is no ufw package available in guix. Aside
from managing iptables manually, are there other easie alternatives i could
use in guix ?
Thanks, thanks, thanks
Fenix
10 matches
Mail list logo