libghostty-vt: fix nix package name

pull/12152/head
Jeffrey C. Ollie 2026-04-06 23:41:04 -05:00
parent 1d61e27351
commit 28c75e2c61
No known key found for this signature in database
GPG Key ID: 1BB9EB7EA602265B
1 changed files with 1 additions and 1 deletions

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