diff --git a/shell.nix b/shell.nix index 7e1d93e16..9b5e4d0c7 100644 --- a/shell.nix +++ b/shell.nix @@ -25,6 +25,7 @@ pkgs.mkShell { hidapi libudev niv + nodejs openssl pkgconfig protobuf @@ -50,4 +51,5 @@ pkgs.mkShell { ); DOCKER_BUILDKIT = 1; PROTOC = "${pkgs.protobuf}/bin/protoc"; + EMITTER_ADDRESS = "changeme"; }