From 20f365f4a1fb689211c4bbff923007c011c78d96 Mon Sep 17 00:00:00 2001 From: truxnell <19149206+truxnell@users.noreply.github.com> Date: Tue, 26 Mar 2024 23:13:18 +1100 Subject: [PATCH] fix name --- .github/workflows/diff-pr.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/diff-pr.yaml b/.github/workflows/diff-pr.yaml index 52cbc26..474d07d 100644 --- a/.github/workflows/diff-pr.yaml +++ b/.github/workflows/diff-pr.yaml @@ -54,17 +54,11 @@ jobs: 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: |