+1
-1
doc/contributing/reviewing-contributions.chapter.md
+1
-1
doc/contributing/reviewing-contributions.chapter.md
···
+1
-1
doc/doc-support/lib-function-docs.nix
+1
-1
doc/doc-support/lib-function-docs.nix
+1
-1
doc/languages-frameworks/beam.section.md
+1
-1
doc/languages-frameworks/beam.section.md
···- pass `mixNixDeps = with pkgs; import ./mix_deps.nix { inherit lib beamPackages; };` as an argument to mixRelease.- You'll need to fix the version artificially in mix.exs and regenerate the mix.lock with fixed version (on upstream). This will enable you to run `mix2nix > mix_deps.nix`.
+1
-1
doc/languages-frameworks/coq.section.md
+1
-1
doc/languages-frameworks/coq.section.md
···* `customOCamlPackages` (optional, defaults to `null`, which lets Coq choose a version automatically), which can be set to any of the ocaml packages attribute of `ocaml-ng` (such as `ocaml-ng.ocamlPackages_4_10` which is the default for Coq 8.11 for example).* `coq-version` (optional, defaults to the short version e.g. "8.10"), is a version number of the form "x.y" that indicates which Coq's version build behavior to mimic when using a source which is not a release. E.g. `coq.override { version = "d370a9d1328a4e1cdb9d02ee032f605a9d94ec7a"; coq-version = "8.10"; }`.-The associated package set can be optained using `mkCoqPackages coq`, where `coq` is the derivation to use.+The associated package set can be obtained using `mkCoqPackages coq`, where `coq` is the derivation to use.
+1
-1
doc/languages-frameworks/cuda.section.md
+1
-1
doc/languages-frameworks/cuda.section.md
···
+2
-2
doc/languages-frameworks/cuelang.section.md
+2
-2
doc/languages-frameworks/cuelang.section.md
···-`document` : match your input data against this fragment of structure or definition, e.g. you may use the same schema file but differents documents based on the data you are validating.+`document` : match your input data against this fragment of structure or definition, e.g. you may use the same schema file but different documents based on the data you are validating.
+2
-2
doc/languages-frameworks/hy.section.md
+2
-2
doc/languages-frameworks/hy.section.md
···-You can install `hy` via nix-env or by adding it to `configuration.nix` by reffering to it as a `hy` attribute. This kind of installation adds `hy` to your environment and it succesfully works with `python3`.+You can install `hy` via nix-env or by adding it to `configuration.nix` by referring to it as a `hy` attribute. This kind of installation adds `hy` to your environment and it successfully works with `python3`.
+1
-1
doc/languages-frameworks/index.xml
+1
-1
doc/languages-frameworks/index.xml
···-The <link linkend="chap-stdenv">standard build environment</link> makes it easy to build typical Autotools-based packages with very little code. Any other kind of package can be accomodated by overriding the appropriate phases of <literal>stdenv</literal>. However, there are specialised functions in Nixpkgs to easily build packages for other programming languages, such as Perl or Haskell. These are described in this chapter.+The <link linkend="chap-stdenv">standard build environment</link> makes it easy to build typical Autotools-based packages with very little code. Any other kind of package can be accommodated by overriding the appropriate phases of <literal>stdenv</literal>. However, there are specialised functions in Nixpkgs to easily build packages for other programming languages, such as Perl or Haskell. These are described in this chapter.
+2
-2
doc/languages-frameworks/python.section.md
+2
-2
doc/languages-frameworks/python.section.md
······
+1
-1
doc/languages-frameworks/rust.section.md
+1
-1
doc/languages-frameworks/rust.section.md
···
+1
-1
doc/old/cross.txt
+1
-1
doc/old/cross.txt
···
+1
-1
doc/stdenv/multiple-output.chapter.md
+1
-1
doc/stdenv/multiple-output.chapter.md
···`nix-env` lacks an easy way to select the outputs to install. When installing a package, `nix-env` always installs the outputs listed in `meta.outputsToInstall`, even when the user explicitly selects an output.-`nix-env` silenty disregards the outputs selected by the user, and instead installs the outputs from `meta.outputsToInstall`. For example,+`nix-env` silently disregards the outputs selected by the user, and instead installs the outputs from `meta.outputsToInstall`. For example,
+2
-2
doc/stdenv/stdenv.chapter.md
+2
-2
doc/stdenv/stdenv.chapter.md
···-Like `dontStrip`, but only affects the `strip` command targetting the package’s host platform. Useful when supporting cross compilation, but otherwise feel free to ignore.+Like `dontStrip`, but only affects the `strip` command targeting the package’s host platform. Useful when supporting cross compilation, but otherwise feel free to ignore.-Like `dontStrip`, but only affects the `strip` command targetting the packages’ target platform. Useful when supporting cross compilation, but otherwise feel free to ignore.+Like `dontStrip`, but only affects the `strip` command targeting the packages’ target platform. Useful when supporting cross compilation, but otherwise feel free to ignore.