From 948016826f8f527909c04cf41475c717a20fba79 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Tue, 7 Jan 2025 13:01:34 -0500 Subject: [PATCH] fix(ci): Remove DeterminateSystems/magic-nix-cache action --- .github/workflows/check-flake.yml | 1 - .github/workflows/github-pages.yml | 1 - .github/workflows/update-flake.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/check-flake.yml b/.github/workflows/check-flake.yml index 644c6acc..c2a3f3f2 100644 --- a/.github/workflows/check-flake.yml +++ b/.github/workflows/check-flake.yml @@ -15,7 +15,6 @@ jobs: extra_nix_config: | extra-platforms = ${{ matrix.extraPlatforms }} accept-flake-config = true - - uses: DeterminateSystems/magic-nix-cache-action@main - uses: cachix/cachix-action@v15 with: name: mrjones2014-dotfiles diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 61c3bdcd..b73183b2 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -10,7 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - name: Build mdbook site run: nix build ./docs/ - name: Deploy diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 852e8c83..fc7ca7ed 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -11,7 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - uses: cachix/cachix-action@v15 with: name: mrjones2014-dotfiles