Skip to content

Commit

Permalink
feat(devShell): add nix-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 5, 2023
1 parent a57c171 commit 8b59814
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -230,24 +230,25 @@
buildInputs = [ rust.toolchains.dev ] ++ (with pkgs; [
bacon
cargo-nextest
foundry-bin
go_1_20
go-ethereum
gopls
go-tools
gotools
hasura-cli
jq
marksman
nil
nixfmt
nix-tree
nodejs
openssl
pkg-config
protobuf
solc
yarn
yq
foundry-bin
go-ethereum
hasura-cli
]);
nativeBuildInputs = [
config.treefmt.build.wrapper
Expand Down

0 comments on commit 8b59814

Please sign in to comment.