Closed Septias closed 9 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 :/
rustPlatform.buildRustPackage
There's a section in nixpkgs manual showing the example usage of makeRustPlatform. See here or this permalink.
makeRustPlatform
Thanks :)
I would like to build a package with
rustPlatform.buildRustPackage
. How can I do that, I can't manage to do it myself :/