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