diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index 3f0e2da..d49820e 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -15,6 +15,9 @@ jobs: # - name: Install Nix # uses: https://github.com/cachix/install-nix-action@v20 + - name: Install dependencies + run: nix-shell -p nodejs-18_x + - name: Checkout the repository uses: actions/checkout@v3 with: