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:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-07 19:53:47 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-01-27 16:34:37 -0500
commit0f2536f15b6c8ec841ea6b9c761602612f6cf75f (patch)
treeb2ca702133f7a613bd0faaea3b388855a7d7015c /nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5-new-kernel.nix
parent5e46d5a7b59d69e7b86239195f58d26277ae0370 (diff)
downloadnixpkgs-0f2536f15b6c8ec841ea6b9c761602612f6cf75f.tar
nixpkgs-0f2536f15b6c8ec841ea6b9c761602612f6cf75f.tar.gz
nixpkgs-0f2536f15b6c8ec841ea6b9c761602612f6cf75f.tar.bz2
nixpkgs-0f2536f15b6c8ec841ea6b9c761602612f6cf75f.tar.lz
nixpkgs-0f2536f15b6c8ec841ea6b9c761602612f6cf75f.tar.xz
nixpkgs-0f2536f15b6c8ec841ea6b9c761602612f6cf75f.tar.zst
nixpkgs-0f2536f15b6c8ec841ea6b9c761602612f6cf75f.zip
nixos/release: rename iso_graphical to iso_plasma5
And all the other things and paths to match it
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, 7 insertions, 0 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
new file mode 100644
index 00000000000..d98325a99ac
--- /dev/null
+++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5-new-kernel.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+
+{
+  imports = [ ./installation-cd-graphical-plasma5.nix ];
+
+  boot.kernelPackages = pkgs.linuxPackages_latest;
+}