about summary refs log tree commit diff
path: root/pkgs/build-support/fetchdocker
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26treewide: remove redundant quotesvolth1-2/+2
2018-09-06Merge branch 'no-toPath'Shea Levy1-2/+2
2018-08-10nixos/tests/hocker-fetchdocker: fix evaluationSymphorien Gibol1-1/+1
it still does not build
2018-07-21pkgs/*: remove unreferenced function argumentsvolth2-2/+2
2018-07-20[bot]: remove unreferenced codevolth1-2/+0
2018-05-22treewide: Remove uses of builtins.toPath.Shea Levy1-2/+2
toPath has confusing semantics and is never necessary; it can always either just be omitted or replaced by pre-concatenating `/.`. It has been marked as "!!! obsolete?" for more than 10 years in a C++ comment, hopefully removing it will let us properly deprecate and, eventually, remove it.
2017-12-01docker: init fetchdocker nix code for docker2nixParnell Springmeyer6-0/+250
This change adds granular, non-docker daemon docker image fetchers and a docker image layer compositor to be used in conjunction with the `docker2nix` utility provided by the `haskellPackages.hocker` package. This change includes a hackage package version bump and updated sha256 for recent fixes released to `hocker` resulting from formulating this patch.