diff --git a/pkgs/development/tools/zls/default.nix b/pkgs/development/tools/zls/default.nix index a48dbf9e30f9..8cb041b90b2e 100644 --- a/pkgs/development/tools/zls/default.nix +++ b/pkgs/development/tools/zls/default.nix @@ -28,5 +28,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/zigtools/zls"; license = licenses.mit; maintainers = with maintainers; [ fortuneteller2k ]; + platforms = platforms.unix; }; }