summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-21 15:35:32 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-21 15:44:09 -0400
commit6464d8f4af68f51d42aeb70e43692ef3940345cd (patch)
treea6c919219679f3fcdf84797f41cb567a286093f9 /nixos/release.nix
parent37e146c2551d02c454c2b5bc607d59f59664c46c (diff)
downloadnixpkgs-6464d8f4af68f51d42aeb70e43692ef3940345cd.tar
nixpkgs-6464d8f4af68f51d42aeb70e43692ef3940345cd.tar.gz
nixpkgs-6464d8f4af68f51d42aeb70e43692ef3940345cd.tar.bz2
nixpkgs-6464d8f4af68f51d42aeb70e43692ef3940345cd.tar.lz
nixpkgs-6464d8f4af68f51d42aeb70e43692ef3940345cd.tar.xz
nixpkgs-6464d8f4af68f51d42aeb70e43692ef3940345cd.tar.zst
nixpkgs-6464d8f4af68f51d42aeb70e43692ef3940345cd.zip
nixos/release: add GNOME ISO
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 6107f352971..d31fbd11e5c 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -155,6 +155,12 @@ in rec {
     inherit system;
   });
 
+  iso_gnome = forMatchingSystems [ "x86_64-linux" ] (system: makeIso {
+    module = ./modules/installer/cd-dvd/installation-cd-graphical-gnome.nix;
+    type = "gnome";
+    inherit system;
+  });
+
   # A variant with a more recent (but possibly less stable) kernel
   # that might support more hardware.
   iso_minimal_new_kernel = forMatchingSystems [ "x86_64-linux" "aarch64-linux" ] (system: makeIso {