Re: [PATCH] Cuirass: Complete IPv6 support

2023-03-04 Thread Christopher Baines
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

Re: Guix on Apple Silicon

2023-03-04 Thread Roman Scherer
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

Re: [PATCH] Cuirass: Complete IPv6 support

2023-03-04 Thread Leo Famulari
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

Re: Oniro or Guix on Zephyr kernel?

2023-03-04 Thread Joshua Branson
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

Re: rust-team cuirass build

2023-03-04 Thread Joshua Branson
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

Implementing Nix's command-not-found in Guix

2023-03-04 Thread Sarthak Shah
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

Re: Oniro or Guix on Zephyr kernel?

2023-03-04 Thread Ryan Sundberg
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

Re: Implementing Nix's command-not-found in Guix

2023-03-04 Thread indieterminacy
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