mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
Merge remote-tracking branch 'upstream/master' into microsoft/surface/6.1.3
This commit is contained in:
17
microsoft/surface/common/kernel/default.nix
Normal file
17
microsoft/surface/common/kernel/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ lib, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkOption types;
|
||||
|
||||
in {
|
||||
imports = [
|
||||
./linux-5.19.17
|
||||
./linux-6.0.17
|
||||
./linux-6.1.3
|
||||
];
|
||||
|
||||
options.microsoft-surface.kernelVersion = mkOption {
|
||||
description = "Kernel Version to use (patched for MS Surface)";
|
||||
type = types.enum [ ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user