diff --git a/.github/workflows/diff-pr.yaml b/.github/workflows/diff-pr.yaml index 52cbc26..93f113e 100644 --- a/.github/workflows/diff-pr.yaml +++ b/.github/workflows/diff-pr.yaml @@ -53,18 +53,11 @@ jobs: extra_nix_config: | experimental-features = nix-command flakes - - - uses: cachix/cachix-action@v14 - with: - name: edeneast - skipPush: true - extraPullNames: nix-community - - name: Garbage collect build dependencies run: nix-collect-garbage - name: Fetch old system profile - run: nix build github:EdenEast/nyx#top.${{ matrix.target }} -v --log-format raw --profile ./profile + run: nix build github:truxnell/nix-config#top.${{ matrix.target }} -v --log-format raw --profile ./profile - name: Add new system to profile run: |