From 61b93bb5299e51678ef29ba2626e1e70531feca1 Mon Sep 17 00:00:00 2001 From: Artturin Date: Thu, 6 Apr 2023 01:15:12 +0300 Subject: [PATCH] add cargo-edit for cargo upgrade --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bb8ffda..ae15927 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ }; devShells.default = with pkgs; mkShell { - nativeBuildInputs = [ cargo nix-index rustc rustfmt rustPackages.clippy fzy ]; + nativeBuildInputs = [ cargo cargo-edit nix-index rustc rustfmt rustPackages.clippy fzy ]; RUST_SRC_PATH = rustPlatform.rustLibSrc; }; })