6 pname = "netboot.xyz-efi";
9 name = "${pname}-${version}";
11 url = "https://github.com/netbootxyz/netboot.xyz/releases/download/${version}/netboot.xyz.efi";
12 sha256 = "sha256-E4NiziF1W1U0FcV2KWj3YVCGtbrKI48RDBpSw2NAMc0=";
15 homepage = "https://netboot.xyz/";
16 description = "A tool to boot OS installers and utilities over the network, to be run from a bootloader";
17 license = licenses.asl20;
18 maintainers = with maintainers; [ Enzime ];
19 platforms = platforms.linux;