From 5de17a130b56254b0747e2aaf624e46dce972b7a Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 6 Jul 2023 12:12:36 -0500 Subject: [PATCH] Add cargo-expand to flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index feb7d33..01533d7 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ packages.default = pkgs.hello; devShell = with pkgs; mkShell { - nativeBuildInputs = [ cargo cargo-outdated cargo-zigbuild clippy gcc protobuf rust-analyzer rustc rustfmt ]; + nativeBuildInputs = [ cargo cargo-expand cargo-outdated cargo-zigbuild clippy gcc protobuf rust-analyzer rustc rustfmt ]; RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; };