Fix update nsc-helper args

This commit is contained in:
Victor Fuentes 2023-01-21 08:54:36 -05:00
parent 2f903eb254
commit 8a1a4ba782
No known key found for this signature in database
GPG Key ID: 0A88B68D6A9ACAE0

View File

@ -396,6 +396,8 @@ async fn runcmd(
.arg(&flakepath)
.arg("--generations")
.arg(config.generations.unwrap_or(0).to_string())
.arg("--output")
.arg(&systemconfig)
.arg("--")
.arg("switch")
.arg("--impure")