about summary refs log tree commit diff
path: root/pkgs/profpatsch/execline/importer.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch: WIP execline experimentsProfpatsch2018-07-251-0/+45
* 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.