diff --git a/flake.nix b/flake.nix index 6526384..22a05e4 100644 --- a/flake.nix +++ b/flake.nix @@ -127,9 +127,8 @@ nativeBuildInputs = with pkgs; [ rust-analyzer - # Not included in the pre-commit hook unfortunately... - clippy - rustfmt + # Clippy, rustfmt, etc... + my-rust ]; inherit (checks.pre-commit) shellHook;