mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
netboot: docs: building netboot should specify an arch (#75116)
Building without specifying an arch attempts to build all, and fails.
This commit is contained in:
parent
48648ae748
commit
8ffa852aed
@ -16,7 +16,7 @@
|
||||
</para>
|
||||
|
||||
<programlisting>
|
||||
nix-build -A netboot nixos/release.nix
|
||||
nix-build -A netboot.x86_64-linux nixos/release.nix
|
||||
</programlisting>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user