fix(ci): Remove nix cache action as it barely works
All checks were successful
Perform checks / nix_flake_check (push) Successful in 57s
Perform checks / formatting (push) Successful in 1m10s

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:08:29 +01:00
parent 8f57fe1466
commit 3c590e2c2f
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -12,8 +12,6 @@ jobs:
uses: actions/checkout@v4
- name: Install nix
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
- name: Update flake.lock
id: update