update stuff

This commit is contained in:
nora 2025-09-19 21:58:31 +02:00
parent b507f381a0
commit 3de4e5bda4
6 changed files with 34 additions and 33 deletions

View file

@ -12,7 +12,7 @@ in
home.file.".cargo/config.toml" = {
text = ''
[target.x86_64-unknown-linux-gnu]
linker = "${lib.getExe pkgs.llvmPackages_16.clang}"
linker = "${lib.getExe pkgs.llvmPackages_21.clang}"
rustflags = ["-Clink-arg=-fuse-ld=${lib.getExe' pkgs.mold-wrapped "mold"}", "-Ctarget-cpu=native"]
'';
};