No usable version of libssl was found
I've cloned the repo and am trying to follow along with the blog posts. `nix build` seems to work just fine but `nix run` results in...
```
$ nix run
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[62]
User profile is available. Using '/home/gregg/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
No usable version of libssl was found
Aborted (core dumped)
```
I have no idea whether this is nix-related or if this is some issue with my dotnet installation. For what it's worth, I'm running Fedora....
issue