diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 4e124b3..bbfbcb0 100755 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -16,6 +16,10 @@ jobs: uses: actions/checkout@v3 - name: Install nix uses: DeterminateSystems/nix-installer-action@v7 + with: + extra_nix_config: | + experimental-features = nix-command flakes + access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v20 with: