Fix dry-runs #15
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