Jump to content

Rust: Difference between revisions

2 bytes added ,  2 March 2022
m
lang=nix -> lang="nix"
imported>Asymmetric
(→‎FAQ: Add instructions using makeRustPlatform)
imported>Wackbyte
m (lang=nix -> lang="nix")
Line 258: Line 258:
The following uses the [https://github.com/nix-community/fenix fenix] overlay and <code>makeRustPlatform</code> to build a crate with Rust nightly:
The following uses the [https://github.com/nix-community/fenix fenix] overlay and <code>makeRustPlatform</code> to build a crate with Rust nightly:


<syntaxHighlight lang=nix>
<syntaxHighlight lang="nix">
{
{
   inputs = {
   inputs = {
Anonymous user