Merge branch 'microsoft/surface/kernel-6.6' of github.com:mexisme/nixos-hardware into microsoft/surface/kernel-6.6

This commit is contained in:
mexisme 2024-01-26 11:37:48 +13:00
commit 32ed8e5b86
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ let
in {
options.microsoft-surface.kernelVersion = mkOption {
type = types.enum [ version majorVersion ];
type = types.enum [ version ];
};
config = mkIf (cfg.kernelVersion == version) {