summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-09-15 18:38:26 +0000
committerGitHub <noreply@github.com>2018-09-15 18:38:26 +0000
commit6dae5de4362bf7c4bf8640d683e5844144151338 (patch)
tree664cfce9e635ede54496605ebe791dbe8d4fd581 /doc
parent3a31207d798b9851a7902cb1503079435890292e (diff)
downloadnixlib-6dae5de4362bf7c4bf8640d683e5844144151338.tar
nixlib-6dae5de4362bf7c4bf8640d683e5844144151338.tar.gz
nixlib-6dae5de4362bf7c4bf8640d683e5844144151338.tar.bz2
nixlib-6dae5de4362bf7c4bf8640d683e5844144151338.tar.lz
nixlib-6dae5de4362bf7c4bf8640d683e5844144151338.tar.xz
nixlib-6dae5de4362bf7c4bf8640d683e5844144151338.tar.zst
nixlib-6dae5de4362bf7c4bf8640d683e5844144151338.zip
rust.section.md: remove nixcrate reference
nixcrate is deprecated
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.section.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 6588281878a0..4549bbd1686b 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -64,9 +64,6 @@ When the `Cargo.lock`, provided by upstream, is not in sync with the
 added in `cargoPatches` will also be prepended to the patches in `patches` at
 build-time.
 
-To install crates with nix there is also an experimental project called
-[nixcrates](https://github.com/fractalide/nixcrates).
-
 ## Compiling Rust crates using Nix instead of Cargo
 
 ### Simple operation