feat(programs): remove sscache from rust config

This commit is contained in:
uku 2024-05-20 23:55:56 +02:00
parent 0bfa1816d3
commit 403292f814
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -7,10 +7,7 @@
toml = pkgs.formats.toml {};
in {
hm.home.file.".cargo/config.toml".source = toml.generate "config.toml" {
build = {
rustc-wrapper = "${lib.getExe' pkgs.sccache "sccache"}";
target-dir = "${config.hm.home.homeDirectory}/.cargo/target";
};
build.target-dir = "${config.hm.home.homeDirectory}/.cargo/target";
target.x86_64-unknown-linux-gnu = {
linker = "${lib.getExe pkgs.clang}";