From c6cb14a14b13814aa8605463a683058474a231cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 27 Apr 2024 10:24:13 +0100 Subject: [PATCH] add cache --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 899e0ab1..287275f6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,6 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 name: Checkout + - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main - name: Metadata run: | nix flake metadata @@ -17,4 +18,4 @@ jobs: nix develop -c statix check - name: Flake check run: | - nix flake check \ No newline at end of file + nix flake check