Skip to content

Commit

Permalink
Add rust-rover
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Jul 2, 2024
1 parent 0f0f7a5 commit 6cf341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/rust.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ pkgs, ... }:

{
home.packages = with pkgs; [ rustup ];
home.packages = with pkgs; [ rustup ] ++ lib.optionals (!stdenv.isDarwin) [ jetbrains.rust-rover ];
}

0 comments on commit 6cf341c

Please sign in to comment.