From 10bcb3f0b29387e7dd2ec95c229d3f280a54ef59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 25 Feb 2024 23:56:38 +0200 Subject: [PATCH] deployerbot: accept-flake-config --- 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 d8c0595..f231314 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 + nix flake check --accept-flake-config git push origin main ${pkgs.deploy-rs.deploy-rs}/bin/deploy \