From 28c75e2c61fbe1a60fd12b312036ee71ed319104 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 6 Apr 2026 23:41:04 -0500 Subject: [PATCH] libghostty-vt: fix nix package name --- nix/libghostty-vt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/libghostty-vt.nix b/nix/libghostty-vt.nix index 799bba682..5a819a0cc 100644 --- a/nix/libghostty-vt.nix +++ b/nix/libghostty-vt.nix @@ -14,7 +14,7 @@ simd ? true, }: stdenv.mkDerivation (finalAttrs: { - pname = "ghostty"; + pname = "libghostty-vt"; version = "0.1.0-dev+${revision}-nix"; # We limit source like this to try and reduce the amount of rebuilds as possible