Brian Picciano
ada434032b
The resulting binary is still untested, but it _does_ compile! This required re-jiggering basically everything about the nix flake, including replacing the toolchain management to fenix.
10 lines
242 B
TOML
10 lines
242 B
TOML
[toolchain]
|
|
channel = "nightly-2023-07-23"
|
|
components = [ "rustfmt", "rustc-dev", "clippy", "cargo" ]
|
|
targets = [
|
|
"x86_64-unknown-linux-musl",
|
|
"i686-unknown-linux-musl",
|
|
"aarch64-unknown-linux-musl",
|
|
"x86_64-pc-windows-gnu"
|
|
]
|