Fix dry-runs
Co-authored-by: Mason Mackaman <masondeanm@aol.com>
This commit is contained in:
parent
e961e078cd
commit
0d210c1d17
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
{
|
{
|
||||||
type = "app";
|
type = "app";
|
||||||
program = toString (mkDeployScript {
|
program = toString (mkDeployScript {
|
||||||
machine = x;
|
machine = nixpkgs.lib.removeSuffix "-dry-run" x;
|
||||||
dryRun = true;
|
dryRun = true;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue