Update source/tutorials/towards-reproducability-pinning-nixpkgs.rst

Co-authored-by: zimbatm <zimbatm@zimbatm.com>
This commit is contained in:
Domen Kožar 2020-06-09 13:48:30 +02:00 committed by GitHub
parent 6c76d419f1
commit 6f96c995b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
Towards reproducability: Pinning nixpkgs
========================================
In Nix snippets around the internet you'll often notice the following:
In Nix snippets around the internet you'll often encounter the following:
.. code:: nix
@ -69,4 +69,4 @@ You can use it as:
...
.. Reference: nix.nixPath = [ ("nixpkgs=" + toString pkgs.path) ];
.. Reference: nix.nixPath = [ ("nixpkgs=" + toString pkgs.path) ];