We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b563b6 commit 2663f02Copy full SHA for 2663f02
pkgs/development/python-modules/ray/default.nix
@@ -87,7 +87,7 @@ buildPythonPackage rec {
87
python = pyShortVersion;
88
abi = pyShortVersion;
89
platform = "manylinux2014_x86_64";
90
- hash = binary-hashes.${pyShortVersion};
+ hash = binary-hashes.${pyShortVersion} or { };
91
};
92
93
nativeBuildInputs = [
0 commit comments