nixos-t2/nix/t2-iso-minimal.nix

9 lines
129 B
Nix
Raw Normal View History

{ modulesPath, ... }:
2022-08-25 18:45:47 +03:00
{
imports = [
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
./common.nix
2022-08-25 18:45:47 +03:00
];
}