interactive-vm: use host pkgs in the launcher script.

This commit is contained in:
zerox
2024-09-22 01:03:56 +05:00
committed by mergify[bot]
parent 430ba34990
commit b1d6bed240
2 changed files with 7 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ You can configure the VM using the `virtualisation.vmVariantWithDisko` NixOS opt
{
virtualisation.vmVariantWithDisko = {
virtualisation.fileSystems."/persist".neededForBoot = true;
# For running VM on macos: https://www.tweag.io/blog/2023-02-09-nixos-vm-on-macos/
# virtualisation.host.pkgs = inputs.nixpkgs.legacyPackages.aarch64-darwin;
};
}
```