1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

fix typos

This commit is contained in:
Samuel Gräfenstein 2021-10-03 21:01:06 +02:00
parent 9e2fef9e0e
commit 154bebe2e8
No known key found for this signature in database
GPG key ID: EF76A063F15C63C8
2 changed files with 2 additions and 2 deletions

View file

@ -151,7 +151,7 @@ A better way is to use ``pkgs.lib.recursiveUpdate`` function:
{ a = { b = 1; c = 3; }; }
Reproducability referencing top-level directory with ``./.``
Reproducibility referencing top-level directory with ``./.``
------------------------------------------------------------
Browsing `GitHub source code <https://github.com/search?l=nix&type=Code&q=mkDerivation>`_

View file

@ -39,7 +39,7 @@ Since that's rarely needed, we'll treat the target platform the same as the host
Pinning nixpkgs
---------------
To ensure reproducability of this tutorial as explained in :ref:`the pinning tutorial <pinning-nixpkgs>`:
To ensure reproducibility of this tutorial as explained in :ref:`the pinning tutorial <pinning-nixpkgs>`:
.. code:: shell-session