Fix nix version to 2.18.1, known working version

This commit is contained in:
Roland Coeurjoly 2024-05-13 14:21:35 +02:00
parent 8c8fb1399c
commit dd6178c74b
1 changed files with 3 additions and 1 deletions

View File

@ -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