diff --git a/.forgejo/workflows/update-dependencies.yml b/.forgejo/workflows/update-dependencies.yml index f77c2f8..a61456c 100644 --- a/.forgejo/workflows/update-dependencies.yml +++ b/.forgejo/workflows/update-dependencies.yml @@ -10,6 +10,7 @@ jobs: steps: - run: nix-env -iA nixpkgs.nodejs - run: nix-env -iA nixpkgs.curl + - run: nix-env -iA nixpkgs.jq - name: Enable experimental features run: |