Merge pull request #15 from MatthewCroughan/mc/fix-dry-run

Fix dry-runs
This commit is contained in:
MatthewCroughan 2022-03-24 18:48:39 +00:00 committed by GitHub
commit f9025fd06b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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