Show HN: Virby, a vfkit-based Linux builder for Nix-Darwin
Virby - Linux Builder for Nix-darwin Virby is a module for nix-darwin that configures a lightweight, vfkit-based linux VM as a remote build machine for nix, allowing linux packages to be built on macOS. This project is modeled after nix-rosetta-builder, which provides a similar service, using lima to manage the VM. Some parts of the code in this repository are directly borrowed and adapted from that project. Quick Start Add to your flake and enable: # flake.nix { inputs . virby = { url = "gi