From 4458ae5e2c3918d2559ec559f83059dcab060a50 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 15 Nov 2024 15:45:56 +0100 Subject: [PATCH] ci: pin to stable NixOS channel in CI This should fix the alejandra version mismatch failures --- .github/workflows/cachix.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index c14e1ea..de676d7 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -15,7 +15,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v25 + - uses: cachix/install-nix-action@v27 + with: + nix_path: nixpkgs=channel:nixos-24.05 - name: Run alejandra run: nix run nixpkgs#alejandra -- --check .