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

search paths are not reproducible at all

This commit is contained in:
Valentin Gagarin 2022-09-20 13:44:02 +02:00
parent f478379550
commit 3e89ed3038

View file

@ -769,7 +769,7 @@ The value of a named path is a file system path that depends on the contents of
In practice, `<nixpkgs>` points to the file system path of some revision of [`nixpkgs`][nixpkgs], the source repository of Nixpkgs.
For example, `<nixpkgs/lib>` 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