···3636 with `-source` at priority 1000 (default).
3737- Evaluation has been sped up by doing it in parallel with other steps until
3838 the .drv is required
3939+- A node which is going to be applied locally will now never `push` or
4040+ `cleanup`.
39414042### Documented
4143
-5
wire/lib/src/commands/common.rs
···5353 name: context.name.clone(),
5454 path: push.to_string(),
5555 error: Box::new(error),
5656- help: if context.should_apply_locally {
5757- Some(format!("Remote push failed, but this node matches our local hostname ({0}). Perhaps you want to apply this node locally? Use `--always-build-local {0}` to override deployment.buildOnTarget", {context.name.to_string()}))
5858- } else {
5959- None
6060- }
6156 })?;
62576358 Ok(())