Skip to content

Commit

Permalink
ci: Pin Nix to 2.18.9
Browse files Browse the repository at this point in the history
2.24 has showstopper regressions that causes Melpa updates to fail
  • Loading branch information
adisbladis committed Nov 3, 2024
1 parent 0cfc0c5 commit c9f00a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: https://releases.nixos.org/nix/nix-2.18.9/install

- name: Add nix-community cache
uses: cachix/cachix-action@v15
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: https://releases.nixos.org/nix/nix-2.18.9/install

- name: Add nix-community cache
uses: cachix/cachix-action@v15
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pulls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
install_url: https://releases.nixos.org/nix/nix-2.18.9/install
- id: set-matrix
name: Evaluate flake
run: nix flake show --all-systems

0 comments on commit c9f00a7

Please sign in to comment.