with import {}; stdenv.mkDerivation { name = "cargo-workspace2"; buildInputs = with pkgs; [ rustc cargo clangStdenv rust-analyzer rustfmt ]; }