Fix dry-runs #15

Merged
MatthewCroughan merged 1 commit from mc/fix-dry-run into master 2022-03-24 18:48:40 +00:00
Showing only changes of commit 0d210c1d17 - Show all commits

View file

@ -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;
}); });
} }