From d7b737fd1ada39440ec99c6531e9d5e80f218c77 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 21 Feb 2024 19:51:42 +0100 Subject: [PATCH] ci: add nix install action --- template/.github/workflows/build.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/template/.github/workflows/build.yml.j2 b/template/.github/workflows/build.yml.j2 index de04d06f..a516b7a0 100644 --- a/template/.github/workflows/build.yml.j2 +++ b/template/.github/workflows/build.yml.j2 @@ -328,6 +328,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: recursive + - uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28 # tag=v25 - uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 with: toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}