If you want to help with COVID-19, and got some spare CPU/GPU cycles, maybe install nixpkgs.foldingathome. Version for x86_64 is available at nixpkgs master.
```
nix-shell -p '(import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz") {}).foldingathome' --run FAHClient
```
Also there is a Nix configuration option for that, see `services.foldingAtHome`.