Good catch. I'm starting to get a better hang of navigating guix code. And
this nudges me along. Thanks for that.
Tim
On Wed, 11 Dec 2024 at 07:42, Andreas Enge wrote:
> Am Tue, Dec 10, 2024 at 11:50:44PM -0500 schrieb Timothy Washington:
> > (define (boot-partition size)
> > (file-system
> >
I'm hoping there's a simple fix for this ... or I'm just doing it wrong. When I
setup an auxiliary account using system reconfigure, I forgot to set the shell
to zsh. As expected it set the shell to bash. To fix the problem, I went back
into my config.scm and added the line:
(
[file-append](htt
Hi Marc,
On Thu, Dec 12 2024, Marc Coquand wrote:
> I'm looking for is an easier way of importing procedures within
> G-expressions.
I'm not sure that's possible because the G-exp could, in the most
generalized case, run on another piece of equipment.
> I'm wondering if there is a way to call m
Hi,
On Tue, 10 Dec 2024 at 23:28, Nigko Yerden wrote:
> Now I'm on 47ab553178eb00d02ba9588ed1f7df44fb2f7c4c guix commit and
Hum, indeed something appears incorrect. It comes from grafts, if I
understand correctly.
--8<---cut here---start->8---
$ guix time-m
Hmm,
Well essentially what I'm looking for is an easier way of importing
procedures within G-expressions.
So basically if I have
(define (my-procedure args)
...)
(define notify-mail-gexp
(with-imported-modules
'((guix build utils)
...)
#~(begin
(my-procedure)))
I'm wondering i
Just a reminder, yes in fact I will be speaking, in just a couple of
hours! I'm really hoping to see some friendly Guix faces there, we have
a lot to talk about! Spritely loves and uses Guix a lot, and I think
the Spritely, Guile, and Guix communities have an amazing opportunity to
make a better
Hi Marc,
On Thu, Dec 12 2024, Marc Coquand wrote:
> Is there a way to import functions instead of entire modules?
Are you looking for something more than the selective import of module
bindings via '@'? [1]
Kind regards
Felix
P.S. In Guile, the preferred term for functions may be procedures.
That works well, thanks!
--
Marc
On Wed, Dec 11 2024, Felix Lechner wrote:
> Hi Marc,
>
> On Wed, Dec 11 2024, Marc Coquand wrote:
>
>> Essentially what I'm trying to do is build a program that sends an
>> email, and then package it in Guix.
>
> Maybe you could pipe an appropriately formatted
Hiya!
When creating scripts in guile that uses G-expressions, it's nice to
break out parts into separate functions.
Is there a way to import functions instead of entire modules?
Thanks in advance,
--
Marc
Hi Simon,
Quoting Simon Tournier (2024-12-10 15:22:28)
> On Tue, 03 Dec 2024 at 14:03, Tanguy LE CARROUR wrote:
>
> > la compilation de /gnu/store/h0k759xyd0pcjvshxn5v4khc0iwwb3jp-kbd-2.5.1.drv
> > a échoué
> > Vous trouverez le journal de compilation dans «
> > /var/log/guix/drvs/h0/k759xyd0
10 matches
Mail list logo