Add x86 MacOS Rust target

finchie
Feb 25, 2025, 10:26 AM
S6CWU4PFJWSOLC46QPF3A6KT4OINYXQC6QJ5NDCON4RLEV5UCPGAC

Dependencies

  • [2] ZV2IS53T Change Rust Windows target from `msvc` to `gnu`
  • [3] VVNVU6K7 Auto-format Nix code
  • [4] HLTVHNCX Add windows Rust target
  • [5] BVV6PXFF Add `x86_64-unknown-linux-musl` target for rust
  • [6] 5FI47NSA Migrate to home-manager

Change contents

  • replacement in home.nix at line 33
    [3.719][2.0:164]()
    targets = [ "riscv32imc-unknown-none-elf" "x86_64-unknown-none" "wasm32-unknown-unknown" "wasm32-wasi" "x86_64-unknown-linux-musl" "x86_64-pc-windows-gnu" ];
    [3.719]
    [3.832]
    targets = [ "riscv32imc-unknown-none-elf" "x86_64-unknown-none" "wasm32-unknown-unknown" "wasm32-wasi" "x86_64-unknown-linux-musl" "x86_64-pc-windows-gnu" "x86_64-apple-darwin" ];