[Boot] change option type for aviallon.boot.kernel

This commit is contained in:
Antoine Viallon 2024-09-04 02:02:01 +02:00
parent f8a0ab5c6b
commit db4ef38b10
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -185,7 +185,7 @@ in {
description = "Linux kernel to use";
default = options.boot.kernelPackages.default.kernel;
example = "pkgs.kernel";
type = types.package;
type = myLib.types.package';
};
addAttributes = mkOption {