about summary refs log tree commit diff
path: root/tools/nixery/layers (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-30 r/6915 chore(tools/depotfmt): use Go version from buildGoVincent Ambo1-8/+9
This is required because Go 1.18 is actually being deleted. I've applied the formatting breakage that it introduces (such as breaking comment formatting), because I can't be bothered to try and work around broken Go stuff. Change-Id: Ica7cee0d01228845d6a766079fef36df99a3da96 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9832 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
2022-05-23 r/4105 refactor(nixery): Extract layering logic into separate packageVincent Ambo1-0/+353
This will be required for making a standalone, Nixery-style image builder function usable from Nix. Change-Id: I5e36348bd4c32d249d56f6628cd046916691319f Reviewed-on: https://cl.tvl.fyi/c/depot/+/5601 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>