Loading nixos/modules/virtualisation/qemu-vm.nix +1 −0 Original line number Diff line number Diff line Loading @@ -267,6 +267,7 @@ let }; storeImage = import ../../lib/make-disk-image.nix { name = "nix-store-image"; inherit pkgs config lib; additionalPaths = [ regInfo ]; format = "qcow2"; Loading Loading
nixos/modules/virtualisation/qemu-vm.nix +1 −0 Original line number Diff line number Diff line Loading @@ -267,6 +267,7 @@ let }; storeImage = import ../../lib/make-disk-image.nix { name = "nix-store-image"; inherit pkgs config lib; additionalPaths = [ regInfo ]; format = "qcow2"; Loading