mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
docs: improve Rust docs (#98)
I capitalized Rust and copied oxalica's repository description for the summary here
This commit is contained in:
parent
c0a97355f0
commit
f6add078f1
1 changed files with 3 additions and 3 deletions
|
@ -152,12 +152,12 @@
|
|||
|
||||
### Rust
|
||||
|
||||
* [fenix](https://github.com/nix-community/fenix) - Rust toolchains and rust analyzer nightly for nix.
|
||||
* [fenix](https://github.com/nix-community/fenix) - Rust toolchains and Rust analyzer nightly for nix.
|
||||
* [naersk](https://github.com/nmattia/naersk) - Build Rust packages directly from `Cargo.lock`. No conversion step needed.
|
||||
* [nix-cargo-integration](https://github.com/yusdacra/nix-cargo-integration) - A library that allows easy and effortless integration for Cargo projects.
|
||||
* [nixpkgs-mozilla](https://github.com/mozilla/nixpkgs-mozilla) - Mozilla's overlay with bleeding-edge Rust and Firefox.
|
||||
* [nixpkgs-mozilla](https://github.com/mozilla/nixpkgs-mozilla) - Mozilla's overlay with Rust toolchains and Firefox.
|
||||
* [rust-nix-templater](https://github.com/yusdacra/rust-nix-templater) - Generates Nix build and development files for Rust projects.
|
||||
* [rust-overlay](https://github.com/oxalica/rust-overlay) - A compatible replacement for Mozilla's overlay that's pure and reproducible.
|
||||
* [rust-overlay](https://github.com/oxalica/rust-overlay) - Pure and reproducible nix overlay of binary distributed Rust toolchains.
|
||||
|
||||
## NixOS Modules
|
||||
|
||||
|
|
Loading…
Reference in a new issue