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 5a59fd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cachix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 5a59fd1

Please sign in to comment.