Skip to content

Commit

Permalink
Removing the grpc override.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Sep 30, 2024
1 parent 01440d9 commit 66df9a2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ final: prev: {

moe-kernels = callPackage ./pkgs/python-modules/moe-kernels { };

opentelemetry-instrumentation-grpc = python-super.opentelemetry-instrumentation-grpc.overrideAttrs (
_: prevAttrs: {
patches = [
(prev.fetchpatch {
url = "https://github.com/open-telemetry/opentelemetry-python-contrib/commit/1c8d8ef5368c15d27c0973ce80787fd94c7b3176.diff";
hash = "sha256-Zc9Q5lCxHP73YErf0TqVAsdmgwibW6LZteycW9zB9a8=";
stripLen = 2;
includes = [ "*grpc*" ];
})
];

meta = prevAttrs.meta // {
broken = false;
};
}
);
# opentelemetry-instrumentation-grpc = python-super.opentelemetry-instrumentation-grpc.overrideAttrs (
# _: prevAttrs: {
# patches = [
# (prev.fetchpatch {
# url = "https://github.com/open-telemetry/opentelemetry-python-contrib/commit/1c8d8ef5368c15d27c0973ce80787fd94c7b3176.diff";
# hash = "sha256-Zc9Q5lCxHP73YErf0TqVAsdmgwibW6LZteycW9zB9a8=";
# stripLen = 2;
# includes = [ "*grpc*" ];
# })
# ];

# meta = prevAttrs.meta // {
# broken = false;
# };
# }
# );

mamba-ssm = callPackage ./pkgs/python-modules/mamba-ssm { };

Expand Down

0 comments on commit 66df9a2

Please sign in to comment.