mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-26 03:29:44 +01:00
5 lines
93 B
Nix
5 lines
93 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
boot.kernelPackages = pkgs.callPackage ./linux-5.10.2 {};
|
|
}
|