mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
showing build logs with nixos-rebuile
This commit is contained in:
parent
4150669d29
commit
194f86fdc2
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ func (o *Oizys) NixosRebuild(subcmd string, rest ...string) {
|
||||||
}
|
}
|
||||||
args = append(args, rest...)
|
args = append(args, rest...)
|
||||||
if o.verbose {
|
if o.verbose {
|
||||||
args = append(args, "--verbose")
|
args = append(args, "--print-build-logs")
|
||||||
fmt.Println("CMD:", "sudo", strings.Join(args, " "))
|
fmt.Println("CMD:", "sudo", strings.Join(args, " "))
|
||||||
}
|
}
|
||||||
cmd := exec.Command("sudo", args...)
|
cmd := exec.Command("sudo", args...)
|
||||||
|
|
Loading…
Reference in a new issue