mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
5 lines
99 B
Nix
5 lines
99 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
boot.kernelPackages = pkgs.callPackage ./linux-5.16.11.nix { };
|
|
}
|