Merge pull request #262582 from hercules-ci/nixos-test-rename-store-image

nixos/qemu-vm: Rename nixos-disk-image -> nix-store-image
This commit is contained in:
Robert Hensing 2023-10-21 20:46:23 +02:00 committed by GitHub
commit 0987120ad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";