Adding action to add nix capabilities to docker runner #2

Open
eoghanconlon73 wants to merge 20 commits from eoghanconlon73/actions:main into main
Showing only changes of commit abcd2cb649 - Show all commits

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

It is more that sudo is required for the installer to run.

It is more that ``sudo`` is required for the installer to run.
default: nixos-unstable
runs:
using: 'composite'
steps: