From 23caa2c36b6c8bd27da28062371ccc91978dcfba Mon Sep 17 00:00:00 2001 From: Sven Reissmann Date: Mon, 5 Jul 2021 10:19:58 +0200 Subject: [PATCH] Update nixos LiveCD example ````nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix```` no longer exists. Update to ````nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix```` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b508d..d3fcde1 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ Generate a NixOS LiveCD image with the given config: let config = { pkgs, ... }: with pkgs; { - imports = [ ]; + imports = [ ]; boot.kernelPackages = linuxPackages_latest;