Merge pull request #737 from SuperSandro2000/patch-1

Fix options.json rendering
This commit is contained in:
Jörg Thalheim 2024-08-18 17:50:16 +02:00 committed by GitHub
commit fd43891af4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,7 @@ in
Useful when the config's kernel won't boot in the image-builder.
'';
default = config.boot.kernelPackages;
defaultText = lib.literalExpression "config.boot.kernelPackages";
example = lib.literalExpression "pkgs.linuxPackages_testing";
};
extraRootModules = lib.mkOption {