From 4bb4ae9534427c95f41bfe463cd9fc0efaeff53c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 11 Jul 2025 20:36:50 +0200 Subject: [PATCH] flake.nix: add cargo-edit to devshell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ee976b96..fe16be5d 100644 --- a/flake.nix +++ b/flake.nix @@ -36,6 +36,7 @@ default = pkgs.mkShell { nativeBuildInputs = [ toolchain + pkgs.cargo-edit ]; RUST_SRC_PATH = "${toolchain}/lib/rustlib/src/rust/library";