From a8f46b11290b420d9e3bab239784a786e71ca2d0 Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 21:44:06 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 1355eec..163414a 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -9,4 +9,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: https://github.com/DeterminateSystems/nix-installer-action@main - - 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 + - run: 'git config --unset-all extensions.worktreeconfig' + - uses: https://github.com/DeterminateSystems/update-flake-lock@main \ No newline at end of file