aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2021-05-11 14:29:26 +0200
committerLinus Heckemann <git@sphalerite.org>2021-05-11 14:33:35 +0200
commita3553cdae8270d5c9fd198a29415d17025f15980 (patch)
treee5cc867d9c6259e610980045a8dc401cea03df64 /doc/manual/src
parent7f9759b18d786d26574bfaf3fa00f71402615ff8 (diff)
doc/nix-shell: Remove outdated bashrc information
This behaviour was removed in 65f6d5db6f5ef2724a3dc03e1773c510123287f1.
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/command-ref/nix-shell.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/manual/src/command-ref/nix-shell.md b/doc/manual/src/command-ref/nix-shell.md
index dcd7cc70c..72f6730f1 100644
--- a/doc/manual/src/command-ref/nix-shell.md
+++ b/doc/manual/src/command-ref/nix-shell.md
@@ -78,9 +78,7 @@ All options not listed here are passed to `nix-store
cleared before the interactive shell is started, so you get an
environment that more closely corresponds to the “real” Nix build. A
few variables, in particular `HOME`, `USER` and `DISPLAY`, are
- retained. Note that (depending on your Bash
- installation) `/etc/bashrc` is still sourced, so any variables set
- there will affect the interactive shell.
+ retained.
- `--packages` / `-p` *packages*…\
Set up an environment in which the specified packages are present.