Fix. Specifying input properly

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2024-10-01 10:18:24 +01:00
parent 92eac99ce5
commit abcd2cb649

View file

@ -1,5 +1,10 @@
name: 'Get image ready to run nix jobs'
description: 'Update apt repositories and installing sudo'
inputs:
nix_version:
description: 'Nix version to be installed'
required: false
default: nixos-unstable
runs:
using: 'composite'
steps: