From d2743436aa20a32f3263455a7bc31116be154aae Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 5 Sep 2024 12:40:00 +0200 Subject: [PATCH] pinwheel: Add `grpcurl` to `work` module --- hosts/pinwheel/modules/work/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pinwheel/modules/work/default.nix b/hosts/pinwheel/modules/work/default.nix index 63726d8..dc3d3eb 100644 --- a/hosts/pinwheel/modules/work/default.nix +++ b/hosts/pinwheel/modules/work/default.nix @@ -29,6 +29,8 @@ in pkgs.xdg-utils # needed by graphite-cli pkgs.postman + pkgs.grpcurl + # for `radio` pkgs.go-mockery pkgs.golangci-lint