nixpkgs/pkgs/applications/virtualization/lima
Ihar Hrachyshka 22631622c6 lima: fix vz driver support
Otherwise, a newer lima fails to start a ubuntu VM with the following
error:

```
vm driver 'vz' needs macOS 13 or later (Hint: try recompiling Lima if
you are seeing this error on macOS 13)
```

While _13 would technically work, the virt library they use has
availability checks up to 15:

https://github.com/search?q=repo%3ACode-Hex%2Fvz+available+15&type=code
2024-11-13 15:38:53 -05:00
..
bin.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
default.nix lima: fix vz driver support 2024-11-13 15:38:53 -05:00