mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
libghostty-vt: fix nix package name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user