From 0f2536f15b6c8ec841ea6b9c761602612f6cf75f Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Wed, 7 Aug 2019 19:53:47 -0400 Subject: nixos/release: rename iso_graphical to iso_plasma5 And all the other things and paths to match it --- nixos/release.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/release.nix') diff --git a/nixos/release.nix b/nixos/release.nix index 9109f5751eb5..512ba7143977 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -149,9 +149,9 @@ in rec { inherit system; }); - iso_graphical = forMatchingSystems [ "x86_64-linux" ] (system: makeIso { - module = ./modules/installer/cd-dvd/installation-cd-graphical-kde.nix; - type = "graphical"; + iso_plasma5 = forMatchingSystems [ "x86_64-linux" ] (system: makeIso { + module = ./modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix; + type = "plasma5"; inherit system; }); -- cgit v1.2.3