Move cargo plugins to nativeBuildInputs
This commit is contained in:
parent
81f8b78d22
commit
401560b611
1 changed files with 2 additions and 3 deletions
|
@ -54,9 +54,8 @@
|
|||
};
|
||||
|
||||
devShell = with pkgs; mkShell {
|
||||
nativeBuildInputs = [ jq ] ++ nativeBuildInputs;
|
||||
buildInputs = [ cargo-edit cargo-expand cargo-diet cargo-feature cargo-outdated pre-commit ] ++ buildInputs;
|
||||
RUST_SRC_PATH = rustPlatform.rustLibSrc;
|
||||
inherit buildInputs;
|
||||
nativeBuildInputs = [ cargo-edit cargo-expand cargo-diet cargo-feature cargo-outdated pre-commit jq ] ++ nativeBuildInputs;
|
||||
};
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue