14 rustPlatform.buildRustPackage rec {
18 src = fetchFromGitHub {
19 owner = "aaqaishtyaq";
22 sha256 = "sha256-vk+1RbAmzRf2bbvbSpO+upVW4VrtYWM+5iiH73N+dsc=";
25 cargoHash = "sha256-+PpmxVPyRx/xF7jQGy/07xqALmdNp2uL3HZVOeRicqY=";
27 nativeBuildInputs = [ pkg-config ];
33 ++ lib.optionals stdenv.hostPlatform.isDarwin [
40 NIX_LDFLAGS = lib.optionals stdenv.hostPlatform.isDarwin [
46 description = "Minimalistic, blazing-fast, and extendable prompt for bash and zsh";
47 homepage = "https://github.com/aaqaishtyaq/iay";
48 license = licenses.mit;
49 maintainers = with maintainers; [