From 555c7bc3a1d45cb187a9cc9ae4fa0d1660022ddd Mon Sep 17 00:00:00 2001 From: Lucas Franceschino Date: Wed, 15 Jan 2025 08:49:43 +0100 Subject: [PATCH] fix(nix ci): regression in nix-installer-action This commit pins the version of nix-installer, so that we don't hit https://github.com/DeterminateSystems/nix-installer-action/issues/133. We should revert this commit whenever https://github.com/DeterminateSystems/nix-installer-action/issues/133 is closed. --- .github/workflows/hax.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/hax.yml b/.github/workflows/hax.yml index 17e057f4b..e88932401 100644 --- a/.github/workflows/hax.yml +++ b/.github/workflows/hax.yml @@ -31,6 +31,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main + with: + source-tag: v0.32.3 # revert when https://github.com/DeterminateSystems/nix-installer-action/issues/133 is closed - uses: DeterminateSystems/magic-nix-cache-action@main - name: ⤵ Install FStar