Merge pull request #741 from Ma27/options-json

module: fix options.json rendering again
This commit is contained in:
lassulus 2024-08-20 16:18:44 +02:00 committed by GitHub
commit c7b14da22e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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