Remove items with unresolvable links

This commit is contained in:
David Houston 2021-03-27 11:13:55 -04:00
parent 5d78557c61
commit 134475dd5a
No known key found for this signature in database
GPG key ID: 5960278CE235F821

View file

@ -124,7 +124,6 @@
### Rust
* [carnix](https://crates.io/crates/carnix) - A compiler from the `Cargo.lock` files produced by cargo to Nix expressions.
* [fenix](https://github.com/nix-community/fenix) - Rust nightly toolchains and rust analyzer nightly for nix.
* [naersk](https://github.com/nmattia/naersk) - Build Rust packages directly from `Cargo.lock`. No conversion step needed.
* [rust-nix-templater](https://github.com/yusdacra/rust-nix-templater) - Generates Nix build and development files for Rust projects.