about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-02-27 10:18:07 +0300
committerK900 <me@0upti.me>2024-02-28 18:49:33 +0300
commit7d939284924e0fd12163b2ebab83d40f8873a054 (patch)
treede534332ccc04d4a5fb936d9f964ca9eb83e1553 /nixos/release.nix
parent2614e40893ef27d0bcda0d475cb732c47c331b78 (diff)
downloadnixlib-7d939284924e0fd12163b2ebab83d40f8873a054.tar
nixlib-7d939284924e0fd12163b2ebab83d40f8873a054.tar.gz
nixlib-7d939284924e0fd12163b2ebab83d40f8873a054.tar.bz2
nixlib-7d939284924e0fd12163b2ebab83d40f8873a054.tar.lz
nixlib-7d939284924e0fd12163b2ebab83d40f8873a054.tar.xz
nixlib-7d939284924e0fd12163b2ebab83d40f8873a054.tar.zst
nixlib-7d939284924e0fd12163b2ebab83d40f8873a054.zip
nixos/release: add Plasma 6 ISO variant
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 2acc5ade7848..ff60b0b79f6d 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -177,6 +177,12 @@ in rec {
     inherit system;
   });
 
+  iso_plasma6 = forMatchingSystems supportedSystems (system: makeIso {
+    module = ./modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix;
+    type = "plasma6";
+    inherit system;
+  });
+
   iso_gnome = forMatchingSystems supportedSystems (system: makeIso {
     module = ./modules/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix;
     type = "gnome";