1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

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

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) {