Netboot: Difference between revisions

m Format the recently-added example with `nixfmt-rfc-style`.
m fix netboot.nix
Line 65: Line 65:


=== Another example ===
=== Another example ===
{{file|netboot.nix|nix|
{{file|netboot.nix|nix|3={
<nowiki>
{
   name ? "netboot",
   name ? "netboot",
   arch ? "x86_64-linux",
   arch ? "x86_64-linux",
Line 207: Line 205:


in
in
if legacy then run-dnsmasq else run-pixiecore
if legacy then run-dnsmasq else run-pixiecore}}
 
</nowiki>
}}


Usage example:
Usage example: