nixpkgs/pkgs/build-support/writers
Profpatsch 493c357720 pkgs/build-support/writers: use runCommandLocal for scripts
If we just want to write a non-compiled script (e.g. writeDash), it’s
usually a lot faster just doing it locally. That’s what
`runCommandLocal` was introduced for, so let’s use it in `writers`.
2020-02-18 19:53:18 +01:00
..
default.nix pkgs/build-support/writers: use runCommandLocal for scripts 2020-02-18 19:53:18 +01:00
test.nix writers test: use writeC with library for testing 2019-10-23 20:47:27 +02:00