···26262727- `gnome-keyring` no longer ships with an SSH agent anymore because it has been deprecated upstream. You should use `gcr_4` instead, which provides the same features. More information on why this was done can be found on [the relevant GCR upstream PR](https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/67).
28282929+- `conftest` since `0.60.0` has moved to use rego `v1` as default. To continue using `v0` use `--rego-version v0`. For more information about upgrading to Rego v1 syntax, see the [upstream docs](https://www.openpolicyagent.org/docs/latest/v0-upgrade/).
3030+2931- `tooling-language-server` has been renamed to `deputy` (both the package and binary), following the rename of the upstream project.
30323133- `lima` package now only includes the guest agent for the host's architecture by default. If your guest VM's architecture differs from your Lima host's, you'll need to enable the `lima-additional-guestagents` package by setting `withAdditionalGuestAgents = true` when overriding lima with this input.
···11{
22 lib,
33+ stdenv,
34 buildPythonPackage,
45 fetchFromGitHub,
56 jaxtyping,
···5556 # https://github.com/cornellius-gp/gpytorch/issues/2396
5657 "test_t_matmul_matrix"
5758 ];
5959+6060+ # Testing is broken on Darwin due to a `scikit-learn` issue, see https://github.com/NixOS/nixpkgs/issues/423831
6161+ doCheck = !stdenv.hostPlatform.isDarwin;
58625963 meta = with lib; {
6064 description = "Highly efficient and modular implementation of Gaussian Processes, with GPU acceleration";