{ pkgs ? import {} }: pkgs.mkShellNoCC { packages = with pkgs; [ cargo rust-analyzer rustfmt gcc protobuf dotnet-sdk_6 go nodejs yarn ]; }