Commit 46878205 authored by Robert Hensing's avatar Robert Hensing
Browse files

Document nixos/modules/profiles/nix-builder-vm.nix

parent 1d760331
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
/*
  This profile uses NixOS to create a remote builder VM to build Linux packages,
  which can be used to build packages for Linux on other operating systems;
  primarily macOS.

  It contains both the relevant guest settings as well as an installer script
  that manages it as a QEMU virtual machine on the host.
 */
{ config, lib, options, ... }:

let