@ -0,0 +1,10 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs;[
rustup
];
nativeBuildInputs = with pkgs;[
openssl
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
}
The note is not visible to the blocked user.