about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-10-21 20:46:23 +0200
committerGitHub <noreply@github.com>2023-10-21 20:46:23 +0200
commit0987120ad269a54fe7163fb4d554a183aaac2499 (patch)
tree57516ebbfaed94d225a3483589190afe84cda936
parenta26cc51f231fdb21e312feeb84d013b6b7851153 (diff)
parent7096340f9e63c67bc18c2552ad66297f29488fa9 (diff)
Merge pull request #262582 from hercules-ci/nixos-test-rename-store-image
nixos/qemu-vm: Rename nixos-disk-image -> nix-store-image
-rw-r--r--nixos/modules/virtualisation/qemu-vm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/virtualisation/qemu-vm.nix b/nixos/modules/virtualisation/qemu-vm.nix
index e0004df6f6b2f..737a935711ae6 100644
--- a/nixos/modules/virtualisation/qemu-vm.nix
+++ b/nixos/modules/virtualisation/qemu-vm.nix
@@ -267,6 +267,7 @@ let
   };
 
   storeImage = import ../../lib/make-disk-image.nix {
+    name = "nix-store-image";
     inherit pkgs config lib;
     additionalPaths = [ regInfo ];
     format = "qcow2";