1 2 3 4 5 6 7
{ flakeInputs, ... }: { imports = [ "${flakeInputs.nixpkgs.outPath}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix" ]; }