depot/third_party/nixpkgs/nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel.nix

8 lines
112 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
imports = [ ./sd-image-aarch64.nix ];
boot.kernelPackages = pkgs.linuxPackages_latest;
}