Fix options.json rendering

This commit is contained in:
Sandro 2024-08-18 17:36:27 +02:00 committed by GitHub
parent 276a0d055a
commit 1a0a69e2aa
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 {