Skip to content

Commit

Permalink
python3Packages.ray: re-add empty set fallback (NixOS#367782)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 24, 2024
2 parents 0a4b89a + 2663f02 commit e2db3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/ray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ buildPythonPackage rec {
python = pyShortVersion;
abi = pyShortVersion;
platform = "manylinux2014_x86_64";
hash = binary-hashes.${pyShortVersion};
hash = binary-hashes.${pyShortVersion} or { };
};

nativeBuildInputs = [
Expand Down

0 comments on commit e2db3df

Please sign in to comment.