chore: Ensure that rustAnalyzer is installed in dev environment

This commit is contained in:
Karolin Varner
2024-08-03 14:06:19 +02:00
parent a4b8fc2226
commit 40c5bbd167

View File

@@ -411,12 +411,12 @@
inherit (packages.proof-proverif) CRYPTOVERIF_LIB;
inputsFrom = [ packages.default ];
nativeBuildInputs = with pkgs; [
inputs.fenix.packages.${system}.complete.toolchain
cmake # override the fakecmake from the main step above
cargo-release
clippy
nodePackages.prettier
nushell # for the .ci/gen-workflow-files.nu script
rustfmt
packages.proverif-patched
];
};