Skip to content

Commit

Permalink
ci: pin to stable NixOS channel in CI
Browse files Browse the repository at this point in the history
This should fix the alejandra version mismatch failures
  • Loading branch information
alarsyo committed Nov 15, 2024
1 parent 18dcb10 commit 4458ae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cachix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 4458ae5

Please sign in to comment.