let pkgs = import {}; unstable = import {}; in pkgs.mkShell { buildInputs = with pkgs; [ unstable.rustc cargo libressl rustfmt mdbook ]; nativeBuildInputs = with pkgs; [ pkg-config ]; }