8 lines
173 B
Nix
8 lines
173 B
Nix
{ inputs, pkgs, modulesPath, ... }: {
|
|
imports = [
|
|
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
|
|
../common/global
|
|
../common/docker.nix
|
|
];
|
|
}
|