nix: only linux is supported for the package

This commit is contained in:
Mitchell Hashimoto
2024-01-20 14:23:05 -08:00
parent f9996d46ec
commit d32667e46c

View File

@ -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"];
};
})