about summary refs log tree commit diff
path: root/deps.nix
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09 refactor: Remove old error handling libraryVincent Ambo1-9/+0
Removes the old error handling library and switches to plain fmt.Errorf calls. There are several reasons for this: * There are no useful types or handling here anyways, so output format is the only priority. * Users don't care about getting stacktraces. * My emotional wellbeing. Fin de siècle.
2018-03-09 refactor(build): Add Nix derivation & configure Travis to build itVincent Ambo1-0/+120
Adds a Nix-derivation for building kontemplate with dependencies pinned in Nix.