summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-04-29 20:46:36 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-04-29 20:46:36 +0200
commit928cf63a9214e4ceb802d9126c8b824d374dea8f (patch)
treefce2c0b9f0f4f79200640df223c0bdfd603b2556
parent277154e901e7c1f3e5c57570733b3d8e53180c8f (diff)
downloadnixpkgs-928cf63a9214e4ceb802d9126c8b824d374dea8f.tar
nixpkgs-928cf63a9214e4ceb802d9126c8b824d374dea8f.tar.gz
nixpkgs-928cf63a9214e4ceb802d9126c8b824d374dea8f.tar.bz2
nixpkgs-928cf63a9214e4ceb802d9126c8b824d374dea8f.tar.lz
nixpkgs-928cf63a9214e4ceb802d9126c8b824d374dea8f.tar.xz
nixpkgs-928cf63a9214e4ceb802d9126c8b824d374dea8f.tar.zst
nixpkgs-928cf63a9214e4ceb802d9126c8b824d374dea8f.zip
netboot -> netboot.x86_64-linux
For consistency, and in case we ever want to support another
architecture.
-rw-r--r--nixos/release.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index fa4a9860150..ab4e1aaf7d4 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