nixos/qemu-vm: replace x86_64-darwin in example

This commit is contained in:
Emily 2026-02-18 05:58:06 +00:00
commit ac9d740544

View file

@ -740,7 +740,7 @@ in
default = pkgs;
defaultText = literalExpression "pkgs";
example = literalExpression ''
import pkgs.path { system = "x86_64-darwin"; }
import pkgs.path { system = "aarch64-darwin"; }
'';
description = ''
Package set to use for the host-specific packages of the VM runner.