We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce26f68 commit 898d7a4Copy full SHA for 898d7a4
src/self_test.rs
@@ -105,7 +105,7 @@ impl Shell {
105
.as_millis();
106
107
command.arg(format!(
108
- r#"nix build --option substitute false --no-link --expr 'derivation {{ name = "self-test-{executable}-{timestamp_millis}"; system = "{SYSTEM}"; builder = "/bin/sh"; args = ["-c" "echo hello > \$out"]; }}'"#
+ r#"nix build --option substitute false --option post-build-hook '' --no-link --expr 'derivation {{ name = "self-test-{executable}-{timestamp_millis}"; system = "{SYSTEM}"; builder = "/bin/sh"; args = ["-c" "echo hello > \$out"]; }}'"#
109
));
110
let command_str = format!("{:?}", command.as_std());
111
0 commit comments