nix: only linux is supported for the package
parent
f9996d46ec
commit
d32667e46c
|
|
@ -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"];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue