Skip to content

Commit

Permalink
add missing packages to forc-plugins list (#141)
Browse files Browse the repository at this point in the history
`forc-crypto` & `forc-debug` were added in #138 but the refresh
manifests are
[failing](https://github.com/FuelLabs/fuel.nix/actions/runs/9727826909/job/26848946788)

I think this is because I forgot to add them to the patches.nix file in
the forc-plugins list. Hopefully this is all that's needed but we'll see
once this is merged and the refresh manifests job is run again.
  • Loading branch information
JoshuaBatty authored Jul 1, 2024
1 parent 9622a35 commit 38c27f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
{pkgs}: let
forc-plugins = [
"forc-client"
"forc-crypto"
"forc-debug"
"forc-doc"
"forc-fmt"
"forc-lsp"
Expand Down

0 comments on commit 38c27f2

Please sign in to comment.