10 lines
203 B
Nix
10 lines
203 B
Nix
{modulesPath, ...}: {
|
|
imports = [
|
|
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
|
|
../../modules/system
|
|
../../modules/programs
|
|
];
|
|
|
|
nixpkgs.hostPlatform = "x86_64-linux";
|
|
}
|