1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-11 05:29:41 +01:00
nixos-hardware/microsoft/surface/kernel/default.nix

6 lines
94 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
{
boot.kernelPackages = pkgs.callPackage ./linux-5.16.2 { };
}