diff --git a/shell.nix b/shell.nix index a5addd9..efda3f7 100644 --- a/shell.nix +++ b/shell.nix @@ -27,7 +27,6 @@ pkgs.callPackage ( # Packages specific to vcsq's ci/cd tasks # cargo-llvm-cov, # for test coverage - cargo-binutils, }: mkShell { strictDeps = true;