mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
nix: only linux is supported for the package
This commit is contained in:
@ -159,6 +159,6 @@ in
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/mitchellh/ghostty";
|
||||
license = licenses.mit;
|
||||
platforms = ["x86_64-linux" "aarch64-linux" "aarch64-darwin"];
|
||||
platforms = ["x86_64-linux" "aarch64-linux"];
|
||||
};
|
||||
})
|
||||
|
Reference in New Issue
Block a user