ci: pin to stable NixOS channel in CI
This should fix the alejandra version mismatch failures
This commit is contained in:
parent
18dcb10313
commit
5a59fd1cb1
2
.github/workflows/cachix.yaml
vendored
2
.github/workflows/cachix.yaml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue