summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-09-15 19:45:38 +0100
committerGitHub <noreply@github.com>2018-09-15 19:45:38 +0100
commitaac24b71afc4226a23fc49bfc0593336fae069ce (patch)
tree664cfce9e635ede54496605ebe791dbe8d4fd581
parent3a31207d798b9851a7902cb1503079435890292e (diff)
parent6dae5de4362bf7c4bf8640d683e5844144151338 (diff)
downloadnixlib-aac24b71afc4226a23fc49bfc0593336fae069ce.tar
nixlib-aac24b71afc4226a23fc49bfc0593336fae069ce.tar.gz
nixlib-aac24b71afc4226a23fc49bfc0593336fae069ce.tar.bz2
nixlib-aac24b71afc4226a23fc49bfc0593336fae069ce.tar.lz
nixlib-aac24b71afc4226a23fc49bfc0593336fae069ce.tar.xz
nixlib-aac24b71afc4226a23fc49bfc0593336fae069ce.tar.zst
nixlib-aac24b71afc4226a23fc49bfc0593336fae069ce.zip
Merge pull request #46711 from worldofpeace/patch-3
rust.section.md: remove nixcrate reference
-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