···7777 #clippy.enable = true;
78787979 # Runs `cargo check` to look for errors
8080- cargo-check.enable = true;
8080+ # FIXME: Re-enable. Fails due to network errors in the sandbox.
8181+ #cargo-check.enable = true;
81828283 # Format nix files using nixfmt
8384 # This hook will format the files for you, so on a failure all