about summary refs log tree commit diff
path: root/pkgs/profpatsch/testing
Commit message (Collapse)AuthorAgeFilesLines
* treewide: stdenv.lib -> pkgs.libProfpatsch2021-02-051-1/+1
| | | | Upstream is deprecating `stdenv.lib`, so let’s do the same.
* treewide: use `runCommandLocal` where applicableProfpatsch2019-12-081-4/+2
| | | | | | | `runCommandLocal` was added to nixpkgs in https://github.com/NixOS/nixpkgs/pull/74642 to speed up trivial `runCommand` derivations by always building them locally. We have a few places where that’s good to use.
* pkgs.profpatsch: switch to different import schemeProfpatsch2018-09-221-4/+4
| | | | | Reference files in `bin` outputs for a derivation as an attribute set, with renaming capabilities.
* More execline experiments & testingProfpatsch2018-09-211-0/+94
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.