Skip to content

Commit

Permalink
feat: added clippy because otherwise weird stuff happens
Browse files Browse the repository at this point in the history
  • Loading branch information
huuff committed Nov 19, 2024
1 parent d58c8c9 commit 5604fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions leptos/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
extensions = [
"rust-src"
"rust-analyzer"
"clippy"
];
targets = [
"x86_64-unknown-linux-musl"
Expand Down
1 change: 1 addition & 0 deletions rust/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
extensions = [
"rust-src"
"rust-analyzer"
"clippy"
];
targets = [ "x86_64-unknown-linux-musl" ];
};
Expand Down

0 comments on commit 5604fc2

Please sign in to comment.