From 721d25f42974819acd01c67dd9628e4c694b39a6 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 11 Apr 2022 10:32:35 -0400 Subject: [PATCH] Fix gRPC shell --- README.org | 4 +--- shells/grpc.nix | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 351b13a..d11a189 100644 --- a/README.org +++ b/README.org @@ -319,9 +319,7 @@ mkShell { grpc grpcui grpcurl - - # FIXME: Broken on nixpkgs/unstable. - # grpc-tools + grpc-tools ]; shellHook = '' ''; diff --git a/shells/grpc.nix b/shells/grpc.nix index 76aecac..1a43913 100644 --- a/shells/grpc.nix +++ b/shells/grpc.nix @@ -7,9 +7,7 @@ mkShell { grpc grpcui grpcurl - - # FIXME: Broken on nixpkgs/unstable. - # grpc-tools + grpc-tools ]; shellHook = '' '';