mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-29 10:42:21 +03:00
258 B
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}}