From 9a95445b4a92502d9ca283ca53c4ca1b3243a14f Mon Sep 17 00:00:00 2001 From: Jonathan Zacsh Date: Sun, 12 Jan 2025 22:55:58 -0600 Subject: [PATCH] noop(test infra) rm unused dep of nix-shell --- shell.nix | 1 - 1 file changed, 1 deletion(-) 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;