From f72545e8645b8edf9b638e115de081ccec21b76a Mon Sep 17 00:00:00 2001 From: Andrei Boar Date: Thu, 4 Aug 2022 15:56:01 +0300 Subject: [PATCH] update to suggested changes --- doc/manual/src/command-ref/env-common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/command-ref/env-common.md b/doc/manual/src/command-ref/env-common.md index 6280fb1c9..a31435578 100644 --- a/doc/manual/src/command-ref/env-common.md +++ b/doc/manual/src/command-ref/env-common.md @@ -44,7 +44,7 @@ Most Nix commands interpret the following environment variables: The Nix search path can also be extended using the `-I` option to many Nix commands, which takes precedence over `NIX_PATH`. - If `NIX_PATH` is not set or empty, Nix will look up the following locations for a revision of `nixpkgs`: + If `NIX_PATH` environment variable is not set, Nix will fall back to the following list in impure and unrestricted evaluation mode: 1. `$HOME/.nix-defexpr/channels` 2. `/nix/var/nix/profiles/per-user/root/channels/nixpkgs`