summary refs log tree commit diff
path: root/pkgs/build-support/fetchdocker/default.nix
Commit message (Collapse)AuthorAge
* treewide: remove redundant quotesvolth2019-08-26
|
* Merge branch 'no-toPath'Shea Levy2018-09-06
|\
| * treewide: Remove uses of builtins.toPath.Shea Levy2018-05-22
| | | | | | | | | | | | | | | | 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.
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* docker: init fetchdocker nix code for docker2nixParnell Springmeyer2017-12-01
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.