mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-30 01:39:36 +03:00
9 lines
124 B
Nix
9 lines
124 B
Nix
{ modulesPath, ... }:
|
|
{
|
|
imports = [
|
|
"${toString modulesPath}/virtualisation/qemu-vm.nix"
|
|
];
|
|
|
|
formatAttr = "vm";
|
|
}
|