Fix dry-runs #15

Merged
MatthewCroughan merged 1 commit from mc/fix-dry-run into master 2022-03-24 18:48:40 +00:00

View file

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