Commit a170fbe7 authored by zowoq's avatar zowoq
Browse files

zls: set platforms

parent 9eddb61d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/zigtools/zls";
    license = licenses.mit;
    maintainers = with maintainers; [ fortuneteller2k ];
    platforms = platforms.unix;
  };
}