Commit 7096340f authored by Robert Hensing's avatar Robert Hensing
Browse files

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.
parent 2caca43d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -267,6 +267,7 @@ let
  };

  storeImage = import ../../lib/make-disk-image.nix {
    name = "nix-store-image";
    inherit pkgs config lib;
    additionalPaths = [ regInfo ];
    format = "qcow2";