add extraArgs to input

This commit is contained in:
Daylin Morgan 2025-01-17 11:49:06 -06:00
parent 920d008223
commit b00ae7e672
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -6,11 +6,15 @@ on:
hosts:
description: "list of hosts to build"
required: true
default: "othalan,algiz"
type: string
default: "othalan,algiz"
lockFile:
description: "flake.lock file"
type: string
extraArgs:
description: "postional args forwared to nix"
type: string
default: "--keep-going"
workflow_call:
inputs:
@ -54,4 +58,4 @@ jobs:
--flake .
-vv
--
--keep-going
${{ inputs.extraArgs }}