mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Fix options.json rendering
This commit is contained in:
parent
276a0d055a
commit
1a0a69e2aa
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue