mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
imma give up on nix if this fails
Signed-off-by: neoapps-dev <neoapps-dev@noreply.codeberg.org>
This commit is contained in:
parent
c678f0d081
commit
4eef8fbb97
|
|
@ -32,11 +32,7 @@ jobs:
|
||||||
- name: Cache Nix store
|
- name: Cache Nix store
|
||||||
uses: https://code.forgejo.org/actions/cache@v4
|
uses: https://code.forgejo.org/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: ~/.cache/nix
|
||||||
~/.cache/nix
|
|
||||||
/nix/store
|
|
||||||
/nix/var/nix/db
|
|
||||||
/nix/var/nix/gcroots
|
|
||||||
key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
|
key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
nix-${{ runner.os }}-
|
nix-${{ runner.os }}-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue