nixos/macos-builder: Simplify error message
The `system` argument is usually implied, and not hard to figure out. Co-authored-by: Gabriella Gonzalez <Gabriel439@gmail.com>
This commit is contained in:
parent
30548793ab
commit
62c8b5bf85
@ -114,11 +114,7 @@ in
|
||||
Please inspect the trace of the following command to figure out which module
|
||||
has a dependency on stateVersion.
|
||||
|
||||
nix-instantiate --argstr system x86_64-darwin -A darwin.builder --show-trace
|
||||
|
||||
or
|
||||
|
||||
nix-instantiate --argstr system aarch64-darwin -A darwin.builder --show-trace
|
||||
nix-instantiate --attr darwin.builder --show-trace
|
||||
|
||||
If this error occurred while evaluating the static part of the option
|
||||
documentation, the problem may be fixed by adding defaultText to an option.
|
||||
|
Loading…
Reference in New Issue
Block a user