From beb1a89fd6a4342e27619d9fb287355b36524616 Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Wed, 13 Sep 2023 18:11:33 +0530 Subject: [PATCH] add magic-nix-cache --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 07a1ee9a..0141e9a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/magic-nix-cache-action@main - uses: yaxitech/nix-install-pkgs-action@v3 with: packages: "nixpkgs#nixci"