aboutsummaryrefslogtreecommitdiff
path: root/tests/ca/build-dry.sh
AgeCommit message (Collapse)Author
2022-03-17Fix `nix build --dry-run` with CA derivationsThéophane Hufschmitt
Don’t try and assume that we know the output paths when we’ve just built with `--dry-run`. Instead make `--dry-run` follow a different code path that won’t assume the knowledge of the output paths at all. Fix #6275