this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(flake): disable clippy pre-commit

+2 -1
+2 -1
flake.nix
··· 68 68 rustfmt.enable = true; 69 69 70 70 # Ensure no clippy warnings exist 71 - clippy.enable = true; 71 + # FIXME: Re-enable. Fails due to mismatched compiler versions because of the devToolchain 72 + #clippy.enable = true; 72 73 73 74 # Runs `cargo check` to look for errors 74 75 cargo-check.enable = true;