mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/qemu-vm: replace x86_64-darwin in example
This commit is contained in:
parent
77b50cc00f
commit
ac9d740544
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue