crane/docs/examples/custom-toolchain.md
2022-12-26 14:27:13 -08:00

258 B

Build a cargo project with a custom toolchain (e.g. WASM builds):

nix flake init -t github:ipetkov/crane#custom-toolchain

Alternatively, copy and paste the following flake.nix:

{{#include ../../examples/custom-toolchain/flake.nix}}