Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Jun 28, 2024
1 parent ae8269c commit 1a8d9de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/rust.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{ pkgs, ... }:

{
home.packages = with pkgs; [
rustup
];
home.packages = with pkgs; [ rustup ];
}

0 comments on commit 1a8d9de

Please sign in to comment.