with import { }; stdenv.mkDerivation { name = "yapb"; buildInputs = with pkgs; [ rustChannels.stable.rust ]; }