mirror of
https://github.com/t2linux/nixos-t2-iso.git
synced 2026-08-16 05:18:14 -07:00
9 lines
129 B
Nix
9 lines
129 B
Nix
{ modulesPath, ... }:
|
|
|
|
{
|
|
imports = [
|
|
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
|
|
./common.nix
|
|
];
|
|
}
|