Update nix run step

This commit is contained in:
gustavderdrache 2025-04-23 10:33:51 -04:00
parent 03ba6c9701
commit 9eac12c569

View file

@ -108,9 +108,10 @@ jobs:
id: inventory
env:
FLAKE_ITER_RUNNER_MAP: ${{ toJson(fromJson(inputs.runner-map)) }}
FLAKE_ITER_FLAKEREF: ${{ inputs.flake-iter-flakeref }}
working-directory: ${{ inputs.directory }}
run: |
nix run "https://flakehub.com/f/DeterminateSystems/flake-iter/*" -- systems
nix run "$FLAKE_ITER_FLAKEREF" -- systems
build:
runs-on: ${{ matrix.systems.runner }}
needs: inventory