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' name: 'Get image ready to run nix jobs'
description: 'Update apt repositories and installing sudo' description: 'Update apt repositories and installing sudo'
inputs:
nix_version:
description: 'Nix version to be installed'
required: false
default: nixos-unstable
runs: runs:
using: 'composite' using: 'composite'
steps: steps: