nixpkgs/pkgs/build-support/trivial-builders
Valentin Gagarin 25c0077a31 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"
```
2024-01-08 12:16:19 +01:00
..
test tests.trivial-builders.references: specify as empty set instead of null on non-Linux 2023-12-09 13:08:10 +08:00
default.nix doc: add note on which variables are effective 2024-01-08 12:16:19 +01:00
test-overriding.nix tests.trivial-builders.overriding: update after shellDryRun 2021-12-27 20:30:01 -05:00