From 23338c113eb2ffedbe6bcd86b23630e3874dfecc Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 21:37:47 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index d670b4b..1355eec 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -9,4 +9,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: https://github.com/DeterminateSystems/nix-installer-action@main - - run: 'set -x; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push' \ No newline at end of file + - run: 'set -x; git config --unset-all extensions.worktreeconfig; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push' \ No newline at end of file