summaryrefslogtreecommitdiffstats
path: root/pkgs/test/checkpointBuild
AgeCommit message (Collapse)Author
2024-01-09Merge pull request #279487 from bryango/checkpoint-build-polishRobert Hensing
checkpointBuildTools: mkCheckpointedBuild -> mkCheckpointBuild
2024-01-08checkpointBuildTools: mkCheckpointedBuild -> mkCheckpointBuildBryan Lai
All other functions are in the form of `*{c,C}heckpointBuild*`, so we deprecate the `mkCheckpointedBuild` function in favor of `mkCheckpointBuild`. Also address some inconsistencies in the docs: some `buildOutput` should actually be `incrementalBuildArtifacts`.
2024-01-07tests.checkpoint-build: Fix evaluation with allowAliases falseSilvan Mosberger
Was broken since introduced, but not caught due to https://github.com/NixOS/nixpkgs/pull/271123#discussion_r1442134594
2023-12-07rename: incremental -> checkpointed buildsMartin Messer