ofborg: Always pass --show-trace, closes #19

This commit is contained in:
Graham Christensen 2017-12-20 06:57:45 -05:00
parent 0e3e1a978f
commit 2defaa345d
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
2 changed files with 1 additions and 1 deletions

View file

@ -69,6 +69,7 @@ impl Nix {
.env("HOME", "/homeless-shelter")
.env("NIX_PATH", nixpath)
.env("NIX_REMOTE", &self.remote)
.args(&["--show-trace"])
.args(&["--option", "restrict-eval", "true"])
.args(&["--option", "build-timeout", &format!("{}", self.build_timeout)])
.args(&["--argstr", "system", &self.system])

View file

@ -169,7 +169,6 @@ impl OutPaths {
String::from("-qaP"),
String::from("--no-name"),
String::from("--out-path"),
String::from("--show-trace"),
String::from("--arg"), String::from("checkMeta"), check_meta,
],
true