diff --git a/module.nix b/module.nix index 1547a99..de70709 100644 --- a/module.nix +++ b/module.nix @@ -284,11 +284,7 @@ in })) pkgs.openssh - # Lima calls `sw_vers` which is not packaged in Nix: - # https://github.com/lima-vm/lima/blob/0e931107cadbcb6dbc7bbb25626f66cdbca1f040/pkg/osutil/osversion_darwin.go#L13 - # If the call fails it will not use the Virtualization framework bakend (by default? among - # other things?). - "/usr/bin" + pkgs.darwin.DarwinTools ]; script =