Leo Famulari writes:
> On Wed, Mar 01, 2023 at 12:34:08AM -0800, Ryan Sundberg wrote:
>> Hello Guix hackers,
>>
>> I have implemented IPv6 support for Cuirass in the attached patchset.
>> This has been tested on a multi-node cluster running Cuirass over IPv6
>> with some real builds. It should
Hi Tobias,
I sent some patches to get the ball rolling:
https://lists.gnu.org/archive/html/guix-patches/2023-03/msg00271.html
There is one package, asahi-fwextract, which does not include any BLOBs,
but extracts firmware from a user provided file. Is that alread a
vialoation of the FSDG, and sh
On Sat, Mar 4, 2023, at 03:12, Christopher Baines wrote:
> Leo Famulari writes:
>
>> On Wed, Mar 01, 2023 at 12:34:08AM -0800, Ryan Sundberg wrote:
>>> Hello Guix hackers,
>>>
>>> I have implemented IPv6 support for Cuirass in the attached patchset.
>>> This has been tested on a multi-node cluste
Ryan Sundberg writes:
> I have also used Guix to build a NetBSD image. You can use Guix to build
> just about any operating system image imaginable with the right amount
> of practice and patience :) A lot of patience in some cases as you are
> sure to hit some uncharted territory building whatev
Efraim Flashner writes:
> The Rust Team has been hard at work updating the rust compiler and a
> number of rust packages. We've tested a number of packages¹ to ensure
> that everything looks okay.
>
> Quick stats for the branch:
> 404 commits by 4 people.
> 181 packages updated
> 50 packages remo
Hello Guix!
I'd like to implement something similar to NixOS's command-not-found in
Guix.
As you can see in the repository below, it contains a nix file which is
essentially a shell script which runs the second file, a perl script, if
the user enters a command which is not found on this system. Th
Hi Joshua, you can find my code to build NetBSD images published here:
https://lab.arctype.co/neobsd/netbsd-guix/
It very much just "research", so no guarantees about it being useful for
anything. But it certainly does boot NetBSD images with the standard
userspace. Work on porting Shepherd was s
On 04-03-2023 22:42, Sarthak Shah wrote:
Hello Guix!
I'd like to implement something similar to NixOS's command-not-found
in Guix.
As you can see in the repository below, it contains a nix file which
is essentially a shell script which runs the second file, a perl
script, if the user enters a co