updates
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Vivian 2025-05-28 14:44:53 +02:00
parent bb43ee4e1d
commit 46ec55b24b
6 changed files with 223 additions and 109 deletions

View file

@ -14,6 +14,7 @@ in
config = mkIf cfg.enable {
home = {
packages = with pkgs; [
bacon
rustup
cargo-binutils
cargo-nextest
@ -33,12 +34,6 @@ in
inherits = "dev"
'';
# [target.'cfg(not(target_arch = "mips"))']
# linker = "${pkgs.clang}/bin/clang"
# rustflags = ["-C", "link-arg=-fuse-ld=${pkgs.mold}/bin/mold"]
sessionPath = [ "$HOME/.cargo/bin" ];
};
};