From 928cf63a9214e4ceb802d9126c8b824d374dea8f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 29 Apr 2016 20:46:36 +0200 Subject: [PATCH] netboot -> netboot.x86_64-linux For consistency, and in case we ever want to support another architecture. --- nixos/release.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/release.nix b/nixos/release.nix index fa4a98601509..ab4e1aaf7d4d 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -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