Skip to content

Commit

Permalink
Update rust lang
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jun 16, 2024
1 parent 308663d commit d905f31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cells/home/profiles/languages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ in {
l.mkIf (l.elem "rust" config.bee.home-languages) {
home.packages = with pkgs; [
fenix.stable.toolchain
libiconv
];
home.sessionPath = [
"$HOME/.cargo/bin"
];
}
)
Expand Down

0 comments on commit d905f31

Please sign in to comment.