about summary refs log tree commit diff
path: root/pkgs/profpatsch/execline/run-execline-tests.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/runExecline: move to writeCommand formProfpatsch2019-09-261-30/+22
| | | | | | | | It’s conventional that these tools have the form tool name options data so we should adhere to that.
* pkgs/profpatsch/runExecline: move to listProfpatsch2019-09-261-22/+24
| | | | | We can auto-escape execlines correctly if we model them as nix-style lists, so we shoud certainly do so. It also helps abstraction.
* pkgs/profpatsch: export runExeclineLocal & run tests locallyProfpatsch2019-09-241-7/+19
|
* pkgs.profpatsch: switch to different import schemeProfpatsch2018-09-221-15/+12
| | | | | Reference files in `bin` outputs for a derivation as an attribute set, with renaming capabilities.
* More execline experiments & testingProfpatsch2018-09-211-0/+86
Improves the “execline experience” and adds some basic tests. The idea is that the final result doesn’t use coreutils and provides a feasible alternative to bash-based tooling.