From e2fc4ee259a5210626d558674ece57cfcb56a2cc Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 4 Jul 2025 18:11:10 -0400 Subject: [PATCH] use matrix arg --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db36b86..126cb3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: - name: install nix uses: DeterminateSystems/nix-installer-action@main with: - source-url: "${{ format('https://install.lix.systems/lix/lix-installer-{0}', inputs.arch) }}" + source-url: "${{ format('https://install.lix.systems/lix/lix-installer-{0}', matrix.arch) }}" diagnostic-endpoint: "" backtrace: "true"