with import {}; stdenv.mkDerivation { name = "rust-openvr"; buildInputs = (with pkgs; [ rustChannels.stable.rust cmake ]); }