{ pkgs, modulesPath, system, ... }: { imports = [ "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" ]; nixpkgs.hostPlatform = system; }