Skip to content

Commit

Permalink
Reformat rust.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Aug 27, 2023
1 parent 3ebd636 commit df97eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/languages/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ in
})
export PATH="$PATH:$CARGO_INSTALL_ROOT/bin"
'';

packages = (builtins.map (c: cfg.toolchain.${c} or (throw (error "toolchain.${c}"))) cfg.components)
++ lib.optional pkgs.stdenv.isDarwin pkgs.libiconv;

Expand Down

0 comments on commit df97eaf

Please sign in to comment.