diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-17 22:16:33 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-17 22:16:33 -0400 |
| commit | 31d7c469ec39b8702a024c3da3dae0fb1279e514 (patch) | |
| tree | b3ad2fdc5b0569d8a89d0859fe79f9ffb110d4dc | |
| parent | 0babfe76f0de52a1328a94f83f58cb50cb1236dd (diff) | |
Add mingw toolchain
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -23,7 +23,11 @@ inherit (pkgs) lib; rustToolchainFor = p: p.rust-bin.stable.latest.default.override { - targets = [ "wasm32-unknown-unknown" "x86_64-unknown-linux-gnu" ]; + targets = [ + "wasm32-unknown-unknown" + "x86_64-unknown-linux-gnu" + "x86_64-pc-windows-gnu" + ]; }; craneLib = (crane.mkLib pkgs).overrideToolchain rustToolchainFor; |
