remove magic that isn't magic at all

This commit is contained in:
Daylin Morgan 2024-07-16 10:56:29 -05:00
parent 0df6388f36
commit ef945c104b
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -5,9 +5,6 @@ on:
schedule: schedule:
- cron: 0 0 * * * - cron: 0 0 * * *
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.host }}
# cancel-in-progress: true
permissions: permissions:
contents: write contents: write
@ -30,8 +27,6 @@ jobs:
extra-conf: | extra-conf: |
accept-flake-config = true accept-flake-config = true
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: cachix/cachix-action@v15 - uses: cachix/cachix-action@v15
with: with:
name: daylin name: daylin
@ -72,8 +67,6 @@ jobs:
extra-conf: | extra-conf: |
accept-flake-config = true accept-flake-config = true
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: ./.github/actions/clean-disk - uses: ./.github/actions/clean-disk
with: with:
purge-packages: 'true' purge-packages: 'true'