nixos/sd-image-aarch64-new-kernel: Added to release

This, paired with the previous commit, ensures the channel won't be held
back from a kernel upgrade and a non-building sd image, while still
having a new-kernel variant available.
This commit is contained in:
Samuel Dionne-Riel
2018-12-25 18:58:04 -05:00
committed by Domen Kožar
parent 207210660f
commit 302d53df2b
2 changed files with 15 additions and 0 deletions

View File

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