Open RaitoBezarius opened 1 year ago
This currently can be done as an activationScript
that supports dry activation: https://github.com/zhaofengli/colmena/issues/128#issuecomment-1333791919. Adding an interactive step for confirmation can be tricky because of the parallellism Colmena has. Evaluation, build, and deployment of different nodes can be running at the same time.
Tried it, thank you! It works great, but colors are broken it seems like? Would you be open to a small PR to document it or have a first-class support with deployment.contrib.useNVD = true;
or something like this?
I would like to use nvd (nix diff) to see the delta after an evaluation between the current system and the evaluated one.
It is useful for my local deployments where I do "interactive" upgrades and deployments.
What would be the way forward to send such a PR?