diff --git a/shell.nix b/shell.nix new file mode 100644 index 00000000..04058224 --- /dev/null +++ b/shell.nix @@ -0,0 +1,12 @@ +{ pkgs ? import {} }: + +pkgs.mkShellNoCC { + packages = with pkgs; [ + cargo rust-analyzer rustfmt + gcc + protobuf + dotnet-sdk_6 + go + nodejs yarn + ]; +}