Skip to content
Snippets Groups Projects
Commit 4b6ed5f5 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

chore(nix): Add clippy to flake

parent 7dc3d9f6
Branches main
No related tags found
No related merge requests found
Pipeline #514 failed
......@@ -27,7 +27,7 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [dbus];
nativeBuildInputs = with pkgs; [rustc cargo rust-analyzer pkg-config];
nativeBuildInputs = with pkgs; [rustc cargo rust-analyzer pkg-config clippy];
};
formatter = nixpkgs.legacyPackages.${system}.alejandra;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment