oxalica / rust-overlay

Pure and reproducible nix overlay of binary distributed rust toolchains
MIT License
960 stars 57 forks source link

How to use this in `buildRustPackage`? #152

Closed Septias closed 9 months ago

Septias commented 10 months ago

I would like to build a package with rustPlatform.buildRustPackage. How can I do that, I can't manage to do it myself :/

oxalica commented 9 months ago

There's a section in nixpkgs manual showing the example usage of makeRustPlatform. See here or this permalink.

Septias commented 9 months ago

Thanks :)