6 lines
99 B
Nix
6 lines
99 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
boot.kernelPackages = pkgs.callPackage ./linux-5.16.11.nix { };
|
|
}
|