Skip to content

Commit

Permalink
Fix nix version to 2.18.1, known working version
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly committed May 13, 2024
1 parent 8c8fb13 commit dd6178c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nix-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
with:
submodules: true
- uses: cachix/install-nix-action@v26
- run: nix build '.?submodules=1'
with:
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
- run: nix build .?submodules=1

0 comments on commit dd6178c

Please sign in to comment.