kiwi23: on nixos 20.09 i'm able to build and run a binary crate pulling in openssl in a pure nix-shell with only these build inputs ``` buildInputs = [ pkgs.openssl pkgs.pkgconfig pkgs.latest.rustChannels.stable.rust ]; ```