From 302d53df2b79f48ea6e9f42e47dd17e561ff6433 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 25 Dec 2018 18:58:04 -0500 Subject: nixos/sd-image-aarch64-new-kernel: Added to release This, paired with the previous commit, ensures the channel won't be held back from a kernel upgrade and a non-building sd image, while still having a new-kernel variant available. --- nixos/release.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nixos/release.nix') diff --git a/nixos/release.nix b/nixos/release.nix index e7952b33de6b..df2c52ccd0b6 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -172,6 +172,14 @@ in rec { inherit system; }); + sd_image_new_kernel = forMatchingSystems [ "aarch64-linux" ] (system: makeSdImage { + module = { + aarch64-linux = ./modules/installer/cd-dvd/sd-image-aarch64-new-kernel.nix; + }.${system}; + type = "minimal-new-kernel"; + inherit system; + }); + # A bootable VirtualBox virtual appliance as an OVA file (i.e. packaged OVF). ova = forMatchingSystems [ "x86_64-linux" ] (system: -- cgit v1.2.3