Skip to content

Commit

Permalink
Remove unused fd dependency from project
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 28, 2023
1 parent b5d42ec commit af542f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/print-deps/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ func main() {
{"dprint", []string{"--version"}},
{"shellcheck", []string{"--version"}},
{"shfmt", []string{"--version"}},
{"fd", []string{"--version"}},
{"typos", []string{"--version"}},
{"gitleaks", []string{"version"}},
}
Expand Down
1 change: 0 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pkgs.mkShell {
pkgs.nixpkgs-fmt
pkgs.gitleaks
pkgs.cargo-make
pkgs.fd
pkgs.typos
pkgs.go_1_20
];
Expand Down

0 comments on commit af542f7

Please sign in to comment.