Skip to content

Commit

Permalink
Install fmt and clippy for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thled committed Aug 26, 2022
1 parent 3c0696f commit de8c3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ in pkgs.mkShell {
buildInputs = with pkgs; [
cargo
rustc
rustfmt
clippy

alsaLib
cairo
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ fn default_attr() -> Attributes {
padding: Padding::new(8.0, 8.0, 0.0, 0.0),
}
}

0 comments on commit de8c3c9

Please sign in to comment.