about summary refs log tree commit diff
path: root/pkgs/profpatsch/nman/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* treewide: use `runCommandLocal` where applicableProfpatsch2019-12-081-2/+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/nman: fix go buildProfpatsch2019-04-201-1/+3
|
* pkgs/profpatsch/nman: rewrite in golangProfpatsch2017-11-271-3/+3
| | | | | | | Apart from using the go compiler, switch from `nix-shell -p`, which only worked in certain cases, to a `nix-build` with fallback for `man` and default outputs. Thanks to @muesli for the golang intro.
* pkgs/profpatsch: add nmanProfpatsch2017-04-061-0/+12