commit d0e275692177a58fafdb8d2082916c531d550106 parent 212e2cc87d50a921dbfe7ca70a9c1707e3c1ad09 Author: mtmn <miro@haravara.org> Date: Mon, 13 Apr 2026 01:29:14 +0200 justfile Diffstat:
| M | justfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/justfile b/justfile @@ -12,7 +12,7 @@ deadnix: deploy host="nixaran": @backup nix - nix run github:serokell/deploy-rs .#{{ host }} 2>&1 | grep -vE "unknown flake output '(deploy|configData)'" + nix run --fallback github:serokell/deploy-rs .#{{ host }} 2>&1 | grep -vE "unknown flake output '(deploy|configData)'" update: nix flake update