From 11c8dcc04c9c13cf98687c453c92af6d3c4bea65 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 4 Jul 2024 00:43:43 -0400 Subject: [PATCH] move nix cache to after nix install --- .github/workflows/flake-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 1b7002a..1305ced 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -10,13 +10,13 @@ jobs: if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/magic-nix-cache-action@main - name: Install Nix uses: cachix/install-nix-action@v24 with: extra_nix_config: | experimental-features = nix-command flakes install_url: https://releases.nixos.org/nix/nix-2.19.0/install + - uses: DeterminateSystems/magic-nix-cache-action@main - name: Calculate pre-drv run: nix ./utils/eval-to-drv.sh pre - name: Pull latest docker images