mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-17 22:41:17 +01:00
Merge remote-tracking branch 'upstream/master' into microsoft/surface/6.1.3
This commit is contained in:
commit
ce5c29e48f
23 changed files with 255 additions and 57 deletions
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 [ ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue