diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-12-12 12:46:54 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-12-12 12:46:54 +0100 |
commit | add417ec147c50b12231741684ccc08a95024744 (patch) | |
tree | 50042b39f975b24b6ef1bddb652a9f5c6c2c3f5e | |
parent | 877ea1dab84846c70dba1763440071fdaf1fe2d7 (diff) |
Fix indentation
-rw-r--r-- | doc/manual/src/command-ref/env-common.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/env-common.md b/doc/manual/src/command-ref/env-common.md index 34a3179a8..be5797252 100644 --- a/doc/manual/src/command-ref/env-common.md +++ b/doc/manual/src/command-ref/env-common.md @@ -9,7 +9,7 @@ Most Nix commands interpret the following environment variables: - [`NIX_PATH`]{#env-NIX_PATH}\ A colon-separated list of directories used to look up the location of Nix expressions enclosed in angle brackets (i.e., `<path>`), - e.g. `/home/eelco/Dev:/etc/nixos`. It can be extended using the + e.g. `/home/eelco/Dev:/etc/nixos`. It can be extended using the `-I` option. For more information about the semantics of the Nix search path, see the documentation for `-I`. |