about summary refs log tree commit diff
path: root/pkgs/profpatsch/execline
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/runExecline: move to listProfpatsch2019-09-264-45/+82
| | | | | 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
|
* machines/haku: open less ports in firewallProfpatsch2019-05-161-0/+1
|
* pkgs.profpatsch: switch to different import schemeProfpatsch2018-09-222-21/+18
| | | | | Reference files in `bin` outputs for a derivation as an attribute set, with renaming capabilities.
* More execline experiments & testingProfpatsch2018-09-212-7/+119
| | | | | | 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.
* pkgs/profpatsch: WIP execline experimentsProfpatsch2018-07-253-0/+133
* runExecline: like runCommand, but a lot more lightweight * symlink: symlink a given list of links together * importer: a small DSL to “import” “modules” into a build context Some highlights: * runExecline does not use any stdenv (apart from the `execline` build) * symlink uses netstrings to pass correct fields into the derivation * no use of bash, everything uses execline.