mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Boot] change option type for aviallon.boot.kernel
This commit is contained in:
parent
f8a0ab5c6b
commit
db4ef38b10
1 changed files with 1 additions and 1 deletions
2
boot.nix
2
boot.nix
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue