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