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;