From 63c0568feadb8d1378ed29ab26946dd9cf66d3d0 Mon Sep 17 00:00:00 2001 From: Gregory Conrad Date: Sun, 18 Jan 2026 13:51:15 -0500 Subject: [PATCH] ci: add nix cache to speed up builds --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8226e2..da525a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,7 @@ jobs: # Setup - uses: actions/checkout@v5 - uses: cachix/install-nix-action@v31 + - uses: DeterminateSystems/magic-nix-cache-action@main - uses: subosito/flutter-action@v2 # TODO remove this once flutter is in flake with: channel: master