{ flakeInputs, ... }:

{
  imports = [
    "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
  ];
}