From 5a59fd1cb191ce5f0405a870e993883b9a8bba13 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index c14e1ea..d983a50 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v25 + with: + nix_path: nixpkgs=channel:nixos-24.05 - name: Run alejandra run: nix run nixpkgs#alejandra -- --check .