9 lines
79 B
Nix
9 lines
79 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./podman.nix
|
|
./qemu.nix
|
|
./lima.nix
|
|
];
|
|
}
|