Update pkgs/development/tools/efm-langserver/default.nix

This commit is contained in:
Sandro
2021-06-26 18:08:26 +02:00
committed by GitHub
parent 04a16067b4
commit 75c3a68e22
@@ -19,6 +19,5 @@ buildGoModule rec {
maintainers = with maintainers; [ Philipp-M ];
homepage = "https://github.com/mattn/efm-langserver";
license = licenses.mit;
platforms = platforms.linux ++ platforms.darwin;
};
}