From bf939cc9414ff13a45d9041960ebb4329aa42ba6 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 21 Aug 2024 01:46:32 +0100 Subject: [PATCH] ci: newer versions of nix have this format for updating flake inputs --- .forgejo/workflows/update_input.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update_input.yaml b/.forgejo/workflows/update_input.yaml index 5004979..cf2ac5c 100644 --- a/.forgejo/workflows/update_input.yaml +++ b/.forgejo/workflows/update_input.yaml @@ -24,7 +24,7 @@ jobs: with: ref: ${{ github.head_ref }} token: ${{ secrets.PIPELINE_TOKEN }} - - run: nix flake lock --update-input "${{ inputs.input_to_update }}" + - run: nix flake update "${{ inputs.input_to_update }}" shell: bash - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 with: