Rust: config -> config.toml
This commit is contained in:
parent
fbc936d604
commit
0a97316494
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ let tomlGenerate = (pkgs.formats.toml { }).generate; in
|
|||
++ lib.optionals config.programs.helix.enable (builtins.attrValues { inherit (pkgs) lldb rust-analyzer; })
|
||||
++ lib.optionals config.programs.kakoune.enable (builtins.attrValues { inherit (pkgs) rust-analyzer; });
|
||||
|
||||
home.file.".cargo/config".source = tomlGenerate "cargo-config" {
|
||||
home.file.".cargo/config.toml".source = tomlGenerate "cargo-config" {
|
||||
build.rustc-wrapper = "${pkgs.sccache}/bin/sccache";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue