diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index e710a38..0fc3b6b 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -23,7 +23,7 @@ jobs: # github_access_token: ${{ secrets.__GITHUB_TOKEN }} - name: Install dependencies - run: nix-shell -p nodejs-18_x + run: nix shell nixpkgs#nodejs-18_x - name: Checkout the repository uses: actions/checkout@v3