6 lines
57 B
Nix
6 lines
57 B
Nix
{ ... }: {
|
|
imports = [
|
|
../hardware/qemu.nix
|
|
];
|
|
}
|
{ ... }: {
|
|
imports = [
|
|
../hardware/qemu.nix
|
|
];
|
|
}
|