Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down