mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-05 10:39:42 +01:00
5 lines
95 B
Nix
5 lines
95 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
boot.kernelPackages = pkgs.callPackage ./linux-5.19.17 { };
|
|
}
|