From 276ccf904257b549084f0d21feb08916f8e9a48b Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Mon, 9 Oct 2023 11:32:17 -0700 Subject: [PATCH] use magic nix cache --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d22553..b21b443 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,9 @@ jobs: extra-substituters = https://nix-community.cachix.org extra-trusted-public-keys = nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= + - name: Pop/push Magic Nix Cache + uses: DeterminateSystems/magic-nix-cache-action@v2 + - name: Configure `nix-direnv` run: | mkdir -p "$HOME/.config/nixpkgs"