mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-02 15:09:45 +01:00
5 lines
94 B
Nix
5 lines
94 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
boot.kernelPackages = pkgs.callPackage ./linux-5.13.4 { };
|
|
}
|