mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Revert "nixos/qemu-vm: support nix run"
This reverts commit02590c9620
.02590c9620 (commitcomment-42078853)
This commit is contained in:
parent
ce6bc4dbc7
commit
dd2727773a
@ -702,7 +702,7 @@ in
|
||||
|
||||
services.qemuGuest.enable = cfg.qemu.guestAgent.enable;
|
||||
|
||||
system.build.vm = pkgs.runCommand "run-${config.system.name}-vm" { preferLocalBuild = true; }
|
||||
system.build.vm = pkgs.runCommand "nixos-vm" { preferLocalBuild = true; }
|
||||
''
|
||||
mkdir -p $out/bin
|
||||
ln -s ${config.system.build.toplevel} $out/system
|
||||
|
Loading…
Reference in New Issue
Block a user