Change Rust Windows target from `msvc` to `gnu`

finchie
Feb 25, 2025, 5:37 AM
ZV2IS53TEGKEGEIAPY66INXIV63ZGNNJVQ6PX4QHKWKUSJZV45ZQC

Dependencies

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

Change contents

  • replacement in home.nix at line 33
    [3.719][2.0:165]()
    targets = [ "riscv32imc-unknown-none-elf" "x86_64-unknown-none" "wasm32-unknown-unknown" "wasm32-wasi" "x86_64-unknown-linux-musl" "x86_64-pc-windows-msvc" ];
    [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" ];