-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x86-64 only ? #96
Comments
You can try adding |
I managed to launch it on macOS with |
I'm open to adding We should investigate if we can integrate with projects like: https://github.com/lima-vm/lim cc @AkihiroSuda does lima support any kind of host -> VM mount so that we can potentially setup a macOS nix store mount into the lima VM? |
You can define mounts here: https://github.com/lima-vm/lima/blob/938ea3e649f6b0a286da2c35bfbac3398e811383/examples/ubuntu.yaml#L17-L20 |
Thanks, we'll need to do something like NixOS vms where they mount |
Hi, I've tried to run the example but got
error: flake 'github:pdtpartners/nix-snapshotter' does not provide attribute 'apps.aarch64-linux.vm', 'packages.aarch64-linux.vm', 'legacyPackages.aarch64-linux.vm' or 'vm'
I can see
systems = [ "x86_64-linux" ];
in flake.nix, is there any way to get around that ?The text was updated successfully, but these errors were encountered: