MyNixOS website logo
option

virtualisation.host.pkgs

Package set to use for the host-specific packages of the VM runner. Changing this to e.g. a Darwin package set allows running NixOS VMs on Darwin.

Declarations
Type
An evaluation of Nixpkgs; the top level attribute set of packages
Default
pkgs
Example
import pkgs.path { system = "x86_64-darwin"; }