mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 09:58:47 +08:00
6 lines
94 B
Nix
6 lines
94 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
boot.kernelPackages = pkgs.callPackage ./linux-5.13.4 { };
|
|
}
|