Merge pull request #15 from MatthewCroughan/mc/fix-dry-run
Fix dry-runs
This commit is contained in:
commit
f9025fd06b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
{
|
||||
type = "app";
|
||||
program = toString (mkDeployScript {
|
||||
machine = x;
|
||||
machine = nixpkgs.lib.removeSuffix "-dry-run" x;
|
||||
dryRun = true;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue