From 6c5749938bd9512d8fec8f661b0546789d3dccdd Mon Sep 17 00:00:00 2001 From: Roland Coeurjoly Date: Mon, 13 May 2024 14:02:34 +0200 Subject: [PATCH] WIP --- .github/workflows/nix-github-actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nix-github-actions.yml b/.github/workflows/nix-github-actions.yml index d791dbae004..6d5c5b4b2dd 100644 --- a/.github/workflows/nix-github-actions.yml +++ b/.github/workflows/nix-github-actions.yml @@ -10,4 +10,6 @@ jobs: with: submodules: true - uses: cachix/install-nix-action@v26 + with: + install_url: https://releases.nixos.org/nix/nix-2.18.1/install - run: nix build .?submodules=1