summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-11-13 21:23:56 +0100
committerfricklerhandwerk <valentin@fricklerhandwerk.de>2024-01-08 12:16:19 +0100
commit25c0077a31203850dff6d8ad554bcf9c76ec1018 (patch)
treeb6b778116be8240dd70ddc434e9c79ca8b902e0b /pkgs/development/python-modules/rangehttpserver
parent7ae1fdc9a7407947885e2cd006dc766e12e4d71a (diff)
doc: add note on which variables are effective
The build log of the following won't output `foo` as one might expect, but the `$PATH` set by stdenv. ```nix with import <nixpkgs> {}; runCommand "foo" { PATH = "foo"; } "echo $PATH; touch $out" ```
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions