nix: only linux is supported for the package

pull/1345/head
Mitchell Hashimoto 2024-01-20 14:23:05 -08:00
parent f9996d46ec
commit d32667e46c
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

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