From a16c1cb7ecbd9e11acdaaa894174a141cb03947e Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 6 Jun 2024 09:23:06 +0000 Subject: [PATCH] feat(apps.deploy/linux): use `--refresh` to always get the latest revision this wasn't previously needed as it was built fromt the filesystem. --- modules/flake-parts/apps.deploy-/linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/flake-parts/apps.deploy-/linux.nix b/modules/flake-parts/apps.deploy-/linux.nix index d3df5eb6..d067a3b2 100644 --- a/modules/flake-parts/apps.deploy-/linux.nix +++ b/modules/flake-parts/apps.deploy-/linux.nix @@ -19,7 +19,7 @@ ssh root@${hostName} nixos-rebuild \ -j4 \ - "''${1:-switch}" --flake github:holochain/holochain-infra/deploy/${attrName}#'"${attrName}"' + "''${1:-switch}" --refresh --flake github:holochain/holochain-infra/deploy/${attrName}#'"${attrName}"' ''; mkLinuxDeployApp = attrName: config: