This commit is contained in:
mexisme
2022-12-05 17:39:24 +13:00
parent e84ab22523
commit be728899cf
3 changed files with 6 additions and 7 deletions

View File

@@ -8,9 +8,8 @@ in {
./linux-5.19.17
];
options.microsoft-surface.kernel-version = mkOption {
options.microsoft-surface.kernelVersion = mkOption {
description = "Kernel Version to use (patched for MS Surface)";
type = types.enum [ ];
# default = "5.19.17";
type = types.enum [ ];
};
}