libghostty-vt: fix nix package name

This commit is contained in:
Jeffrey C. Ollie
2026-04-06 23:41:04 -05:00
parent 1d61e27351
commit 28c75e2c61

View File

@@ -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