diff --git a/.forgejo/workflows/update-dependencies.yml b/.forgejo/workflows/update-dependencies.yml index 39ef58b..f77c2f8 100644 --- a/.forgejo/workflows/update-dependencies.yml +++ b/.forgejo/workflows/update-dependencies.yml @@ -9,6 +9,7 @@ jobs: runs-on: nixos-latest steps: - run: nix-env -iA nixpkgs.nodejs + - run: nix-env -iA nixpkgs.curl - name: Enable experimental features run: |