From e5014bc18d26d6256e47ed2cc9f194ec96f36851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 26 Feb 2024 00:03:58 +0200 Subject: [PATCH] nix flake check --all-systems --- modules/services/deployerbot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index f231314..ad894a3 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -85,7 +85,7 @@ in { fi nix flake update --accept-flake-config --commit-lock-file - nix flake check --accept-flake-config + nix flake check --all-systems --accept-flake-config git push origin main ${pkgs.deploy-rs.deploy-rs}/bin/deploy \