From c73b0bb62b63409d4d73b4c56e12d3b38a7ae1a5 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 28 Oct 2024 21:13:36 +0100 Subject: [PATCH] use latest kernel --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f6cb61..d7bee9b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# build unstable installer +# build unstable installer with latest kernel { description = "installation media"; @@ -8,7 +8,7 @@ exampleIso = nixos.lib.nixosSystem { system = "x86_64-linux"; modules = [ - "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix" + "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix" ]; }; };