about summary refs log tree commit diff
path: root/pkgs/profpatsch/execline/run-execline-tests.nix
Commit message (Collapse)AuthorAgeFilesLines
* treewide: s6-test is dead, long live eltest! s6-test-removedsternenseemann2023-04-101-1/+1
| | | | | | | | | | | | Recent versions of s6-portable-utils no longer include s6-test which was deprecated in favor of eltest which supposedly has the same interface. I've not tested this commit very thoroughly, but my system now builds again with recent nixpkgs commits (I think I dependended on s6-test via the rust writer via nman). cc @Profpatsch
* 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.