about summary refs log tree commit diff
path: root/tools/nixery/build-image/build-image.nix
AgeCommit message (Expand)AuthorFilesLines
2019-10-06 fix(build-image): Import 'match' from builtinsVincent Ambo1-0/+1
2019-10-03 refactor: Remove remaining MD5-hash mentions and computationsVincent Ambo1-3/+2
2019-10-03 chore(build-image): Simplify wrapper build & remove layer groupingVincent Ambo1-1/+3
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 Ambo1-4/+4
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 Ambo1-60/+4
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 Ambo1-2/+24
2019-08-14 refactor(server): Use wrapper script to avoid path dependencyVincent Ambo1-0/+292