imma give up on nix if this fails

Signed-off-by: neoapps-dev <neoapps-dev@noreply.codeberg.org>
This commit is contained in:
neoapps-dev 2026-03-27 22:10:23 +01:00
parent c678f0d081
commit 4eef8fbb97

View file

@ -32,11 +32,7 @@ jobs:
- name: Cache Nix store
uses: https://code.forgejo.org/actions/cache@v4
with:
path: |
~/.cache/nix
/nix/store
/nix/var/nix/db
/nix/var/nix/gcroots
path: ~/.cache/nix
key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
restore-keys: |
nix-${{ runner.os }}-