mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
nix: Add meta.mainProgram
This commit is contained in:
@ -162,5 +162,6 @@ in
|
|||||||
homepage = "https://github.com/mitchellh/ghostty";
|
homepage = "https://github.com/mitchellh/ghostty";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = ["x86_64-linux" "aarch64-linux"];
|
platforms = ["x86_64-linux" "aarch64-linux"];
|
||||||
|
mainProgram = "ghostty";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user