From 57d0711dfb6b6d59d2a3c34322e325677e10ad25 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 --- README.md | 3 ++- flake.nix | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index deb50d4..cf4bd29 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@
- actions status + actions status + Crates.io version 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