diff --git a/.github/workflows/nix-eval.yml b/.github/workflows/nix-eval.yml index ca79449d8..af5891370 100644 --- a/.github/workflows/nix-eval.yml +++ b/.github/workflows/nix-eval.yml @@ -24,15 +24,6 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - name: Mount Nix cache disk - uses: useblacksmith/stickydisk@a652394bf1bf95399f406e648482b41fbd25c51f # v1 - with: - key: ${{ github.repository }}-nix-cache-eval-${{ runner.os }} - path: /nix - - name: Remove existing Nix socket - run: | - sudo rm /nix/var/nix/daemon-socket/socket /nix/receipt.json || true - sudo chown root /nix /nix/var /nix/var/nix || true - name: Install nix uses: ./.github/actions/nix-install-ephemeral with: