mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-15 05:21:12 +01:00
5 lines
95 B
Nix
5 lines
95 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
boot.kernelPackages = pkgs.callPackage ./linux-5.19.17 { };
|
|
}
|