From a1cb27b88f4b53a464a1517e4c76bc11b2aeae5c Mon Sep 17 00:00:00 2001 From: ImJeremyHe Date: Tue, 2 Jul 2024 12:16:05 +0800 Subject: [PATCH] Add foundry in cross-shell.nix --- cross-shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cross-shell.nix b/cross-shell.nix index 604dfd82c8..9ddfb8a823 100644 --- a/cross-shell.nix +++ b/cross-shell.nix @@ -18,6 +18,8 @@ pkgs.mkShell (envVars // { protobuf # required by libp2p openssh + + foundry ]; # Libraries essential to build the service binaries buildInputs = with pkgs; [