Compare commits
2 commits
5922220498
...
701c86d650
Author | SHA1 | Date | |
---|---|---|---|
|
701c86d650 | ||
|
beef106b41 |
1 changed files with 0 additions and 4 deletions
|
@ -14,7 +14,6 @@ pub fn get_requisites(host: &str, config_dir: &str) -> String {
|
||||||
.current_dir(Path::new(config_dir))
|
.current_dir(Path::new(config_dir))
|
||||||
.args([
|
.args([
|
||||||
"build",
|
"build",
|
||||||
"--impure",
|
|
||||||
"--quiet",
|
"--quiet",
|
||||||
&format!(
|
&format!(
|
||||||
"./#nixosConfigurations.{}.config.system.build.toplevel",
|
"./#nixosConfigurations.{}.config.system.build.toplevel",
|
||||||
|
@ -22,9 +21,6 @@ pub fn get_requisites(host: &str, config_dir: &str) -> String {
|
||||||
),
|
),
|
||||||
"--dry-run",
|
"--dry-run",
|
||||||
"--json",
|
"--json",
|
||||||
"--option",
|
|
||||||
"eval-cache",
|
|
||||||
"true",
|
|
||||||
])
|
])
|
||||||
.output()
|
.output()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
Loading…
Reference in a new issue