summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index ffaef1f0279..956ca7e3452 100644
--- a/release.nix
+++ b/release.nix
@@ -145,6 +145,12 @@ in {
     inherit system;
   });
 
+  iso_minimal_new_kernel = pkgs.lib.genAttrs systems (system: makeIso {
+    module = ./modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix;
+    type = "minimal-new-kernel";
+    inherit system;
+  });
+
   iso_graphical = pkgs.lib.genAttrs systems (system: makeIso {
     module = ./modules/installer/cd-dvd/installation-cd-graphical.nix;
     type = "graphical";