nix-community / fenix

Rust toolchains and rust-analyzer nightly for Nix [maintainer=@figsoda]
Mozilla Public License 2.0
608 stars 39 forks source link

Support for Rust Forks #137

Open 0x4d6165 opened 5 months ago

0x4d6165 commented 5 months ago

Would it be possible to support Rust forks with this project such as the Crab language? https://github.com/crablang/crab

figsoda commented 5 months ago

toolchainOf has a root option where you can download from something other than https://static.rust-lang.org/dist if crab distributes its binaries similarly. I don't think I will directly include crab in its current state, but if there are options (for things like toolchainOf) you would like to see to better support crab, I'm happy to consider them.