libghostty-vt: fix nix package name
parent
1d61e27351
commit
28c75e2c61
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue