diff --git a/source/tutorials/nix-language.md b/source/tutorials/nix-language.md index 9a05130..2dde793 100644 --- a/source/tutorials/nix-language.md +++ b/source/tutorials/nix-language.md @@ -769,7 +769,7 @@ The value of a named path is a file system path that depends on the contents of In practice, `` points to the file system path of some revision of [`nixpkgs`][nixpkgs], the source repository of Nixpkgs. For example, `` points to the subdirectory `lib` of that file system path. -While you will see many such examples, we recommend to [avoid search paths](search-path) in practice, as they are not fully reproducible. +While you will see many such examples, we recommend to [avoid search paths](search-path) in practice, as they are not reproducible. [NIX_PATH]: https://nixos.org/manual/nix/unstable/command-ref/env-common.html?highlight=nix_path#env-NIX_PATH [nixpkgs]: https://github.com/NixOS/nixpkgs