We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cbcc2 commit 02590c9Copy full SHA for 02590c9
1 file changed
nixos/modules/virtualisation/qemu-vm.nix
@@ -702,7 +702,7 @@ in
702
703
services.qemuGuest.enable = cfg.qemu.guestAgent.enable;
704
705
- system.build.vm = pkgs.runCommand "nixos-vm" { preferLocalBuild = true; }
+ system.build.vm = pkgs.runCommand "run-${config.system.name}-vm" { preferLocalBuild = true; }
706
''
707
mkdir -p $out/bin
708
ln -s ${config.system.build.toplevel} $out/system
0 commit comments