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

This commit is contained in:
Emily
2026-02-18 05:58:06 +00:00
parent 77b50cc00f
commit ac9d740544
+1 -1
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.