10 lines
167 B
Nix
10 lines
167 B
Nix
{
|
|
imports = [
|
|
./components/minify.nix
|
|
./components/nix-defaults.nix
|
|
./components/qemu.nix
|
|
|
|
./importers/general.nix
|
|
./importers/server.nix
|
|
];
|
|
}
|