Files
nixpkgs/pkgs/development
Mathieu Boespflug c27f686a4b bazel: Set a sensible strict action environment.
Bazel either reuses the `PATH` from the client, or sets a hardcoded
one. The former mode in problematic for build hermeticity. But the
latter is crippled on NixOS, because the hardcoded value is
`/bin:/usr/bin`. So we set the hardcoded value to match what
`customBash` provides. This has the effect of aligning the
environments for `ctx.actions.run` and `ctx.actions.run_shell`, which
were previously distinct (bug).
2018-07-19 09:51:09 +02:00
..
2018-07-14 20:05:53 +02:00
2018-07-17 19:17:03 +03:00
2018-07-05 14:04:52 -04:00
2018-07-09 05:12:57 -04:00
2018-07-18 23:25:20 -04:00