nixos/qemu-vm: replace x86_64-darwin in example
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user