aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel-installer.nix
blob: 1b6b55ff291837c5a327fc2dca4bd83cacd39473 (plain)
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ../../profiles/installation-device.nix
    ./sd-image-aarch64-new-kernel.nix
  ];

  # the installation media is also the installation target,
  # so we don't want to provide the installation configuration.nix.
  installer.cloneConfig = false;
}