You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying all profiles within a flake, I've noticed that a long time can be spent checking the various nixos configurations. The tool nixos-rebuild will cache failures, and not attempt rebuilding a configuration if it has not been changed since the last build failure. Would it be possible to do something similar with deploy-rs? Currently I use --skip-checks a lot when deploying small changes, since running the checks takes an unfeasible amount of time, even when large parts of the config have no changes, such that their validity is guaranteed.
The text was updated successfully, but these errors were encountered:
When deploying all profiles within a flake, I've noticed that a long time can be spent checking the various nixos configurations. The tool nixos-rebuild will cache failures, and not attempt rebuilding a configuration if it has not been changed since the last build failure. Would it be possible to do something similar with deploy-rs? Currently I use
--skip-checks
a lot when deploying small changes, since running the checks takes an unfeasible amount of time, even when large parts of the config have no changes, such that their validity is guaranteed.The text was updated successfully, but these errors were encountered: