mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 11:33:24 +00:00
netboot -> netboot.x86_64-linux
For consistency, and in case we ever want to support another architecture.
This commit is contained in:
parent
277154e901
commit
928cf63a92
|
@ -103,8 +103,7 @@ in rec {
|
|||
# Build the initial ramdisk so Hydra can keep track of its size over time.
|
||||
initialRamdisk = buildFromConfig ({ pkgs, ... }: { }) (config: config.system.build.initialRamdisk);
|
||||
|
||||
|
||||
netboot = let build = (import lib/eval-config.nix {
|
||||
netboot.x86_64-linux = let build = (import lib/eval-config.nix {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./modules/installer/netboot/netboot-minimal.nix
|
||||
|
|
Loading…
Reference in a new issue