diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index cd1e487..ad29975 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -41,8 +41,6 @@ jobs: name: ooknet authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' extraPullNames: nix-community - - name: Check Flake - run: nix flake check - name: Build packages run: nix build .#${{ matrix.package }} --print-build-logs continue-on-error: true diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index fc30185..954580d 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -5,7 +5,6 @@ on: branches: - main paths-ignore: - - outputs/pkgs/** - .github/** concurrency: group: ooknet-check-${{ github.ref }} @@ -17,10 +16,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Configure git - run: | - git config --global url."https://github.com/".insteadOf "git@github.com:" - git config --global url."https://github.com/".insteadOf ssh://git@github.com/ + with: + token: ${{ secrets.KUNZEN_TOKEN }} + submodules: true - name: Setup Nix uses: DeterminateSystems/nix-installer-action@main - name: Magic Nix Cache