nixos/qemu-vm: Rename nixos-disk-image -> nix-store-image

For the image that's actually a store image only.
Helps with visibility. The name "nixos-disk-image" has no special
significance, by grepping nixpkgs.
This commit is contained in:
Robert Hensing 2023-10-21 18:34:49 +02:00
parent 2caca43de3
commit 7096340f9e

View File

@ -267,6 +267,7 @@ let
};
storeImage = import ../../lib/make-disk-image.nix {
name = "nix-store-image";
inherit pkgs config lib;
additionalPaths = [ regInfo ];
format = "qcow2";