From 776a03ea05aa8dd892588a15cf5842d359ec75ea Mon Sep 17 00:00:00 2001 From: Joshua Batty Date: Mon, 1 Jul 2024 10:47:08 +1000 Subject: [PATCH] add missing packages to forc-plugins list --- patches.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patches.nix b/patches.nix index 15eeba3e..a212a7f1 100644 --- a/patches.nix +++ b/patches.nix @@ -4,6 +4,8 @@ {pkgs}: let forc-plugins = [ "forc-client" + "forc-crypto" + "forc-debug" "forc-doc" "forc-fmt" "forc-lsp"