summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-07 15:46:16 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-07 16:38:57 +0100
commit8c9c3b628f97f9d02b41090d129ba2bb1d05566b (patch)
treeec467c751505e96e63036f64d30cf405151cb2d2 /nixos/release.nix
parent0d5ec076d2c466d216d5fa2634973368515cb54d (diff)
downloadnixpkgs-8c9c3b628f97f9d02b41090d129ba2bb1d05566b.tar
nixpkgs-8c9c3b628f97f9d02b41090d129ba2bb1d05566b.tar.gz
nixpkgs-8c9c3b628f97f9d02b41090d129ba2bb1d05566b.tar.bz2
nixpkgs-8c9c3b628f97f9d02b41090d129ba2bb1d05566b.tar.lz
nixpkgs-8c9c3b628f97f9d02b41090d129ba2bb1d05566b.tar.xz
nixpkgs-8c9c3b628f97f9d02b41090d129ba2bb1d05566b.tar.zst
nixpkgs-8c9c3b628f97f9d02b41090d129ba2bb1d05566b.zip
Drop the new-kernel ISOs
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 120b1289bd0..ff094cce05f 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -123,11 +123,13 @@ in rec {
     inherit system;
   });
 
+  /*
   iso_minimal_new_kernel = forAllSystems (system: makeIso {
     module = ./modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix;
     type = "minimal-new-kernel";
     inherit system;
   });
+  */
 
   iso_graphical = forAllSystems (system: makeIso {
     module = ./modules/installer/cd-dvd/installation-cd-graphical.nix;
@@ -137,11 +139,13 @@ in rec {
 
   # A variant with a more recent (but possibly less stable) kernel
   # that might support more hardware.
+  /*
   iso_new_kernel = forAllSystems (system: makeIso {
     module = ./modules/installer/cd-dvd/installation-cd-new-kernel.nix;
     type = "new-kernel";
     inherit system;
   });
+  */
 
 
   # A bootable VirtualBox virtual appliance as an OVA file (i.e. packaged OVF).