ofborg: Always pass --show-trace, closes #19
This commit is contained in:
parent
0e3e1a978f
commit
2defaa345d
|
@ -69,6 +69,7 @@ impl Nix {
|
||||||
.env("HOME", "/homeless-shelter")
|
.env("HOME", "/homeless-shelter")
|
||||||
.env("NIX_PATH", nixpath)
|
.env("NIX_PATH", nixpath)
|
||||||
.env("NIX_REMOTE", &self.remote)
|
.env("NIX_REMOTE", &self.remote)
|
||||||
|
.args(&["--show-trace"])
|
||||||
.args(&["--option", "restrict-eval", "true"])
|
.args(&["--option", "restrict-eval", "true"])
|
||||||
.args(&["--option", "build-timeout", &format!("{}", self.build_timeout)])
|
.args(&["--option", "build-timeout", &format!("{}", self.build_timeout)])
|
||||||
.args(&["--argstr", "system", &self.system])
|
.args(&["--argstr", "system", &self.system])
|
||||||
|
|
|
@ -169,7 +169,6 @@ impl OutPaths {
|
||||||
String::from("-qaP"),
|
String::from("-qaP"),
|
||||||
String::from("--no-name"),
|
String::from("--no-name"),
|
||||||
String::from("--out-path"),
|
String::from("--out-path"),
|
||||||
String::from("--show-trace"),
|
|
||||||
String::from("--arg"), String::from("checkMeta"), check_meta,
|
String::from("--arg"), String::from("checkMeta"), check_meta,
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in a new issue