summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5-new-kernel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5-new-kernel.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5-new-kernel.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5-new-kernel.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5-new-kernel.nix
deleted file mode 100644
index d98325a99ac..00000000000
--- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5-new-kernel.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs, ... }:
-
-{
-  imports = [ ./installation-cd-graphical-plasma5.nix ];
-
-  boot.kernelPackages = pkgs.linuxPackages_latest;
-}