mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-06-06 01:28:45 +02:00
Update nix run step
This commit is contained in:
parent
03ba6c9701
commit
9eac12c569
1 changed files with 2 additions and 1 deletions
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue