Hi,
Excerpts from Marius Bakke's message of December 9, 2020 12:25 am:
> For some practical experience, you can try updating to Python 3.9.1 and
> the latest Pytest (+ dependencies). This needs to be done soon for the
> 'core-updates' branch anyway. ;-)
Let's give it a try! 8-)
Regards,
--
T
Hello,
I have a good news and a bad news.
Good news. The maintainers of mirrors.sjtug.sjtu.edu.cn (an academic
free software mirror site) agreed to accept Guix into their support
list.
Bad news. Their first implementation of a Guix mirror failed. Their
server architecture is like this: A fron
Hello all,
The date of the submission deadline for recordings was a typo. I have
updated the CfP at the wiki link
https://libreplanet.org/wiki/FOSDEM2021-devroom-declarative-and-minimalistic-computing
to the 7th of January.
Of course keep in mind that this is not a hard deadline, and we can
chang
Hello everyone
I am using guix environment --container to containerize my programming
environment and runtime environment, but I found that the container / created
by this command uses tmpfs and cannot be resized.
When a file in the container outputs a lot of logs to the tmpfs of the
contain
Ludovic Courtès writes:
> Hi,
>
> Ricardo Wurmus skribis:
>
>> “guix pack” is great for deployment of applications to servers that
>> don’t have Guix. For a project I have a “deploy” target in my Makefile
>> that essentially does this:
>>
>> cat $(shell guix pack -RR -e '(load "guix.scm")
Hello,
Ludovic Courtès writes:
> Ricardo Wurmus skribis:
>
>> We need to make sure that *all* the files produced by “guix publish”
>> have correct permissions; IIRC some of the files are not readable at all
>> by users other than the owner of the files.
>
> Oops, I had forgotten, my bad. I’ll p