Fix dry-runs

Co-authored-by: Mason Mackaman <masondeanm@aol.com>
This commit is contained in:
matthewcroughan 2022-03-24 18:45:39 +00:00
parent e961e078cd
commit 0d210c1d17

View file

@ -61,7 +61,7 @@
{
type = "app";
program = toString (mkDeployScript {
machine = x;
machine = nixpkgs.lib.removeSuffix "-dry-run" x;
dryRun = true;
});
}