Skip to content

Commit bcb6aae

Browse files
committed
Add the correct way of using nix
1 parent 8feb5a8 commit bcb6aae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

shell.nix

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)