mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Merge pull request #741 from Ma27/options-json
module: fix options.json rendering again
This commit is contained in:
commit
c7b14da22e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,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 = pkgs;
|
default = pkgs;
|
||||||
|
defaultText = lib.literalExpression "pkgs";
|
||||||
example = lib.literalExpression "pkgs";
|
example = lib.literalExpression "pkgs";
|
||||||
};
|
};
|
||||||
imageBuilderKernelPackages = lib.mkOption {
|
imageBuilderKernelPackages = lib.mkOption {
|
||||||
|
|
Loading…
Reference in a new issue