From 0d210c1d172a1d40402405bd4717c4dbb067dbdb Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Thu, 24 Mar 2022 18:45:39 +0000 Subject: [PATCH] Fix dry-runs Co-authored-by: Mason Mackaman --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6a986de..e54f503 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ { type = "app"; program = toString (mkDeployScript { - machine = x; + machine = nixpkgs.lib.removeSuffix "-dry-run" x; dryRun = true; }); }