about summary refs log tree commit diff
path: root/tools/nixery/build-image (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-06 fix(build-image): Import 'match' from builtinsVincent Ambo1-0/+1
2019-10-03 chore(build-image): Remove nixery-build-layersVincent Ambo2-64/+7
2019-10-03 refactor: Remove remaining MD5-hash mentions and computationsVincent Ambo1-3/+2
2019-10-03 fix(nix): Minor fixes to derivations for new build processVincent Ambo1-1/+1
2019-10-03 feat(nix): Add derivation to create layer tars from a store path setVincent Ambo2-7/+64
2019-10-03 chore(build-image): Simplify wrapper build & remove layer groupingVincent Ambo4-444/+18
2019-10-03 refactor(build-image): Do not assemble image layers in NixVincent Ambo1-162/+57
2019-09-22 refactor(build-image): Minor tweak to layer construction scriptVincent Ambo1-2/+2
2019-09-21 fix(build-image): Use absolute paths in tarballsVincent Ambo1-2/+2
2019-09-21 feat: Add configuration option for popularity data URLVincent Ambo2-5/+5
2019-09-10 refactor(server): Move package source management logic to serverVincent Ambo2-43/+16
2019-09-02 refactor(build-image): Remove implicit import of entire package setVincent Ambo1-8/+5
2019-09-02 refactor(build-image): Simplify customisation layer builderVincent Ambo1-15/+16
2019-08-14 refactor(build-image): Extract package set loading into helperVincent Ambo3-64/+84
2019-08-14 style: Apply nixfmt to trivial Nix filesVincent Ambo1-11/+9
2019-08-14 feat(build-image): Use new image layering algorithm for imagesVincent Ambo1-38/+47
2019-08-14 feat(build-image): Introduce a terrifying hack to build group-layersVincent Ambo2-12/+85
2019-08-14 refactor(server): Use wrapper script to avoid path dependencyVincent Ambo4-0/+696