Skip to content

Commit

Permalink
Correct Nix version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Jul 15, 2024
1 parent d01b05b commit 08276cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: cachix/install-nix-action@v27
with:
# DESIGN: matching current in NixOS 24.05
install_url: https://releases.nixos.org/nix/nix-2.18.2/install
install_url: https://releases.nixos.org/nix/nix-2.18.4/install
- uses: cachix/cachix-action@v15
with:
name: shajra
Expand Down

0 comments on commit 08276cb

Please sign in to comment.