diff --git a/shell-modules/languages/rust.nix b/shell-modules/languages/rust.nix index 7e87c5f..cb1c3cd 100644 --- a/shell-modules/languages/rust.nix +++ b/shell-modules/languages/rust.nix @@ -18,11 +18,14 @@ in config = mkIf config.rust.enable { packages = with pkgs; [ + rustPackage + cargo + clippy + rustfmt + cargo-audit + bacon evcxr - cargo - - rustPackage # TODO: Might be needed for bindgen # rustPlatform.bindgenHook