diff --git a/guix/scripts/deploy.scm b/guix/scripts/deploy.scm index 0725fba54b..d9371b3d4a 100644 --- a/guix/scripts/deploy.scm +++ b/guix/scripts/deploy.scm @@ -165,7 +165,9 @@ Perform the deployment specified by FILE.\n")) (with-build-handler (build-notifier #:use-substitutes? (assoc-ref opts 'substitutes?) #:verbosity - (assoc-ref opts 'verbosity)) + (assoc-ref opts 'verbosity) + #:dry-run? + (assoc-ref opts 'dry-run?)) (parameterize ((%graft? (assq-ref opts 'graft?))) (map/accumulate-builds store (cut deploy-machine* store <>)