From 6929219bfec282d62b6af645ae9053be0a4635c6 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 21 Nov 2021 23:43:04 +0000 Subject: [PATCH] CI: Gosh darn it --- ci/flake-cron.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/flake-cron.nix b/ci/flake-cron.nix index 3083e43d..5b2020e4 100644 --- a/ci/flake-cron.nix +++ b/ci/flake-cron.nix @@ -120,7 +120,7 @@ with lib; { CACHIX_PUSH=$! fi if [[ -n $OPENSSH_PRIVATE_KEY ]]; then - git add nix/sources.json + git add flake.lock export GIT_{COMMITTER,AUTHOR}_EMAIL=github@kittywit.ch export GIT_{COMMITTER,AUTHOR}_NAME="flake cron job" git commit --message="ci: flake update"