fix(ci): Remove nix cache action as it barely works
All checks were successful
Perform checks / formatting (push) Successful in 1m5s
Perform checks / nix_flake_check (push) Successful in 1m15s
Perform checks / nix_build (push) Successful in 2m16s

It takes 11 minutes to cache everything on a otherwise 2 minute job.
Nix doesn't even pull from it most of the time.
This commit is contained in:
Jiří Štefka 2024-12-19 11:12:43 +01:00
parent c886aca5d4
commit f2df89bcf7
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -12,10 +12,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install nix - name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Setup Action cache for nix
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
with:
fail-mode: true
- name: Check Nix flake inputs - name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
- name: Run nix fmt - name: Run nix fmt
@ -27,10 +23,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install nix - name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Setup Action cache for nix
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
with:
fail-mode: true
- name: Check Nix flake inputs - name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
- name: Run nix flake check - name: Run nix flake check
@ -42,10 +34,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install nix - name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Setup Action cache for nix
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
with:
fail-mode: true
- name: Check Nix flake inputs - name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action
- name: Build nvim - name: Build nvim