1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-18 13:31:36 +03:00
mobile-nixos/examples/testing/qemu-cryptsetup/default.nix
2021-01-01 21:37:30 -05:00

12 lines
229 B
Nix

let
device = "uefi-x86_64";
system-build = import ../../../. {
inherit device;
configuration = [ { imports = [
../../hello/configuration.nix
./configuration.nix
]; } ];
};
in
system-build.build.vm