@@ -0,0 +1,14 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
rustup
pkg-config
openssl
];
shellHook = ''
rustup toolchain install stable
rustup default stable
'';
}
The note is not visible to the blocked user.