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