Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty committed Jul 3, 2024
1 parent 75f7851 commit 5eef0e3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -238,15 +238,14 @@

sway-dev = pkgs.mkShell {
name = "sway-dev";
inputsFrom = with fuelpkgs;
[
forc-nightly
forc-client-nightly
forc-doc-nightly
forc-fmt-nightly
forc-lsp-nightly
forc-tx-nightly
];
inputsFrom = with fuelpkgs; [
forc-nightly
forc-client-nightly
forc-doc-nightly
forc-fmt-nightly
forc-lsp-nightly
forc-tx-nightly
];
buildInputs = with fuelpkgs; [fuel-core fuel-gql-cli];
};

Expand Down

0 comments on commit 5eef0e3

Please sign in to comment.