From 2b5a2df95053ce8cc2e57d5f0d3f9d915baa1f9d Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 5 Jun 2025 00:56:04 +0200 Subject: [PATCH] chore(flake): remove cargo from explicitely installed packages Cargo is already installed with rustVersion --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8c95dbf..b00068c 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,6 @@ devShell = with pkgs; mkShell { buildInputs = [ bacon - cargo cargo-deny just rust-analyzer