diff --git a/.forgejo/workflows/update-dependencies.yml b/.forgejo/workflows/update-dependencies.yml index c9ff129..4e6d2e3 100644 --- a/.forgejo/workflows/update-dependencies.yml +++ b/.forgejo/workflows/update-dependencies.yml @@ -8,6 +8,7 @@ jobs: update-dependencies: runs-on: nixos-latest steps: + - run: nix-env -iA nixpkgs.nodejs - uses: actions/checkout@v4 - run: nix flake update --commit-lock-file