Files
nixpkgs/pkgs/development/compilers/zig
Motiejus Jakštys 5cdff541c3 zig: fix cache folder handling
- `env.ZIG_GLOBAL_CACHE_DIR` does not resolve variables, so
all actions had their cache dir in the current directory, named
'$TMPDIR/zig-cache'.
- zig cache does not conflict, so it's totally fine to reuse it in both
  build and tests (thus removing `--cache-dir`).

While we're at this, fix a `substituteInPlace` deprecation warning.
2024-10-20 20:14:19 +03:00
..
2024-07-27 19:43:36 -07:00
2024-10-20 20:14:19 +03:00
2024-07-27 19:43:40 -07:00