From 69997b29f2a676e414d6f73d0a0c84677919606a 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