mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Merge pull request #737 from SuperSandro2000/patch-1
Fix options.json rendering
This commit is contained in:
commit
fd43891af4
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.
|
Useful when the config's kernel won't boot in the image-builder.
|
||||||
'';
|
'';
|
||||||
default = config.boot.kernelPackages;
|
default = config.boot.kernelPackages;
|
||||||
|
defaultText = lib.literalExpression "config.boot.kernelPackages";
|
||||||
example = lib.literalExpression "pkgs.linuxPackages_testing";
|
example = lib.literalExpression "pkgs.linuxPackages_testing";
|
||||||
};
|
};
|
||||||
extraRootModules = lib.mkOption {
|
extraRootModules = lib.mkOption {
|
||||||
|
|
Loading…
Reference in a new issue