We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60db5f commit a9b4872Copy full SHA for a9b4872
nix-script/src/builder.rs
@@ -157,7 +157,7 @@ impl Builder {
157
.context("could not prepare derivation to build")?;
158
159
log::debug!("writing derivation to {}", build_path.display());
160
- log::trace!("derivation contents: {}", derivation.to_string());
+ log::trace!("derivation contents: {}", derivation);
161
fs::write(build_path.join("default.nix"), derivation.to_string())
162
.context("could not write derivation contents")?;
163
}
0 commit comments