We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8feb5a8 commit bcb6aaeCopy full SHA for bcb6aae
shell.nix
@@ -0,0 +1,9 @@
1
+with import <nixpkgs> {};
2
+
3
+pkgs.mkShell {
4
+ buildInputs = with pkgs; [
5
+ rustup
6
+ protobuf
7
+ nodejs
8
+ ];
9
+}
0 commit comments