Skip to content

Commit

Permalink
devshells: add rustc, clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Sep 3, 2024
1 parent 7036bbe commit a9ad11a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nix/devshells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ _: {
name = "flake-edit";
inputsFrom = [ self'.packages.default ];
packages = [
pkgs.rust-analyzer
pkgs.clippy
pkgs.cargo
pkgs.cargo-insta
pkgs.clippy
pkgs.rust-analyzer
pkgs.rustc
self'.formatter.outPath
];
};
Expand Down

0 comments on commit a9ad11a

Please sign in to comment.