nixpkgs/doc/languages-frameworks
Daniël de Kok 2f46d77e28 rustPlatform.importCargoLock: init
This function can be used to create an output path that is a cargo
vendor directory. In contrast to e.g. fetchCargoTarball all the
dependent crates are fetched using fixed-output derivations. The
hashes for the fixed-output derivations are gathered from the
Cargo.lock file.

Usage is very simple, e.g.:

importCargoLock {
  lockFile = ./Cargo.lock;
}

would use the lockfile from the current directory.

The implementation of this function is based on Eelco Dolstra's
import-cargo:

https://github.com/edolstra/import-cargo/blob/master/flake.nix

Compared to upstream:

- We use fetchgit in place of builtins.fetchGit.
- Sync to current cargo vendoring.
2021-05-28 08:01:25 +02:00
..
agda.section.md agda: extend agda language frameworks manual section 2021-04-23 18:31:04 +02:00
android.section.md androidenv: Allow multiple ndkVersions to be specified 2021-04-24 15:56:08 -06:00
beam.section.md beam-modules: buildMix -> mixRelease 2021-04-08 20:54:48 +09:00
bower.section.md doc: Converted Bower docs from xml to md 2020-12-07 09:38:47 +01:00
coq.section.md coqPackages.multinomials: 1.5.2 -> 1.5.4 (#115427) 2021-03-10 16:25:32 +01:00
crystal.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
dotnet.section.md doc/languages-frameworks/*: add missing languages to code fences 2021-04-05 05:23:19 +02:00
emscripten.section.md docs: pkgconfig -> pkg-config 2021-01-19 01:16:25 -08:00
gnome.section.md doc: convert GNOME platform docs to markdown 2020-12-07 23:49:56 +01:00
go.section.md doc/go: convert to markdown 2020-11-28 07:32:10 +01:00
haskell.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
idris.section.md doc/languages-frameworks/*: add missing languages to code fences 2021-04-05 05:23:19 +02:00
index.xml doc: rename gnome to section 2020-12-07 23:49:36 +01:00
ios.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
java.section.md doc/java: convert to markdown 2020-11-28 15:29:04 +01:00
lua.section.md Remove repeating words from doc 2021-03-14 12:15:34 +01:00
maven.section.md doc: add function argument order convention (#110060) 2021-01-20 19:07:16 -05:00
node.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
ocaml.section.md doc: add function argument order convention (#110060) 2021-01-20 19:07:16 -05:00
perl.section.md doc: add function argument order convention (#110060) 2021-01-20 19:07:16 -05:00
php.section.md php.packages: Make packages overridable 2020-12-16 18:32:27 +01:00
python.section.md Merge pull request #116257 from SuperSandro2000/code-fences 2021-04-05 05:38:38 +02:00
qt.section.md doc/languages-frameworks/*: add missing languages to code fences 2021-04-05 05:23:19 +02:00
r.section.md doc: add function argument order convention (#110060) 2021-01-20 19:07:16 -05:00
ruby.section.md Remove repeating words from doc 2021-03-14 12:15:34 +01:00
rust.section.md rustPlatform.importCargoLock: init 2021-05-28 08:01:25 +02:00
texlive.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
titanium.section.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
vim.section.md Include custom package in vim docs (#92811) 2021-04-20 21:28:06 +01:00